Files
deb-python-fuelclient/fuelclient/cli/parser.py
Andrey Tykhonov a3b4d6b395 Produce an error when extra arguments are present
Currently `parse_known_args` method is used which does not produce an
error when extra arguments are present. In this patch `parse_args` is
used which produces an error when extra arguments are present.

Change-Id: Iefbf221d912cce2b2af536f471c89f4a7a49693d
Closes-Bug: #1460572
Closes-Bug: #1496967
2015-11-02 17:28:26 +02:00

10 KiB