We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61f15fe commit fb98e88Copy full SHA for fb98e88
1 file changed
netfoundry/ctl.py
@@ -96,7 +96,7 @@ def __call__(self, parser, namespace, values, option_string=None):
96
@cli.argument('-B', '--borders', default=True, action='store_boolean', help='print cell borders in text tables')
97
@cli.argument('-H', '--headers', default=True, action='store_boolean', help='print column headers in text tables')
98
@cli.argument('-Y', '--yes', action='store_true', arg_only=True, help='answer yes to potentially-destructive operations')
99
-@cli.argument('-W', '--wait', help='seconds to wait for long-running processes to finish', default=900)
+@cli.argument('-W', '--wait', type=int, help='seconds to wait for long-running processes to finish', default=900)
100
@cli.argument('--proxy', help=argparse.SUPPRESS)
101
@cli.argument('--gateway', default="gateway", help=argparse.SUPPRESS)
102
@cli.entrypoint('configure the CLI to manage a network')
0 commit comments