mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 20:38:57 +00:00
framework/command: Whitespace
This commit is contained in:
parent
2cd0c1a3f1
commit
c8fb995eca
@ -26,7 +26,7 @@ def init_argument_parser(parser):
|
|||||||
help='specify an additional config.py')
|
help='specify an additional config.py')
|
||||||
parser.add_argument('-v', '--verbose', action='count',
|
parser.add_argument('-v', '--verbose', action='count',
|
||||||
help='The scripts will produce verbose output.')
|
help='The scripts will produce verbose output.')
|
||||||
parser.add_argument('--version', action='version',
|
parser.add_argument('--version', action='version',
|
||||||
version='%(prog)s {}'.format(get_wa_version()))
|
version='%(prog)s {}'.format(get_wa_version()))
|
||||||
return parser
|
return parser
|
||||||
|
|
||||||
@ -73,7 +73,7 @@ class SubCommand(object):
|
|||||||
:state: An initialized ``ConfigManager`` that contains the current state of
|
:state: An initialized ``ConfigManager`` that contains the current state of
|
||||||
WA exeuction up to that point (processed configuraition, loaded
|
WA exeuction up to that point (processed configuraition, loaded
|
||||||
plugins, etc).
|
plugins, etc).
|
||||||
:args: An ``argparse.Namespace`` containing command line arguments (as
|
:args: An ``argparse.Namespace`` containing command line arguments (as
|
||||||
returned by ``argparse.ArgumentParser.parse_args()``. This would
|
returned by ``argparse.ArgumentParser.parse_args()``. This would
|
||||||
usually be the result of invoking ``self.parser``.
|
usually be the result of invoking ``self.parser``.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user