validations-libs/validations_libs/cli
matbu 29b147e431 Override cliff command parser to handle argparser conflict_handler
The argparse conflict_handler is hardcoded in Cliff, this patch
override the command.Command().get_parser from Cliff in order
to change the value.

The conflict_handler from argparse is important for the VF because
it's allow callers to override VF CLI args.

Change-Id: I72524eeb3fc1ac0f384dcef25de61089ff15f67f
2021-06-04 12:14:55 +02:00
..
__init__.py Create dedicated CLI for the Validation Framework 2021-04-20 11:52:35 +02:00
app.py Refactoring of the cli app module 2021-05-31 04:58:15 +00:00
base.py Override cliff command parser to handle argparser conflict_handler 2021-06-04 12:14:55 +02:00
colors.py CLI colors refactored 2021-04-26 11:38:40 +02:00
common.py Refactoring of the cli run module 2021-05-31 10:47:22 +02:00
history.py Override cliff command parser to handle argparser conflict_handler 2021-06-04 12:14:55 +02:00
lister.py Refactoring of the cli lister module 2021-06-01 17:04:44 +02:00
parseractions.py Refactoring of the cli parseractions module 2021-05-31 05:11:23 +00:00
run.py Override cliff command parser to handle argparser conflict_handler 2021-06-04 12:14:55 +02:00
show.py Refactoring of the cli show module 2021-05-31 05:09:04 +00:00