mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
This arg ain't meaningful anymore?
This commit is contained in:
parent
94d0e253f7
commit
31e5f7e8b5
1 changed files with 0 additions and 5 deletions
|
@ -39,10 +39,6 @@ def _parse_cli_args():
|
||||||
type=int, default=None,
|
type=int, default=None,
|
||||||
help="Number of seconds before this command will timeout because it can't acquire the lock (meaning that another command is currently running), by default there is no timeout and the command will wait until it can get the lock",
|
help="Number of seconds before this command will timeout because it can't acquire the lock (meaning that another command is currently running), by default there is no timeout and the command will wait until it can get the lock",
|
||||||
)
|
)
|
||||||
parser.add_argument('--admin-password',
|
|
||||||
default=None, dest='password', metavar='PASSWORD',
|
|
||||||
help="The admin password to use to authenticate",
|
|
||||||
)
|
|
||||||
# deprecated arguments
|
# deprecated arguments
|
||||||
parser.add_argument('--plain',
|
parser.add_argument('--plain',
|
||||||
action='store_true', default=False, help=argparse.SUPPRESS
|
action='store_true', default=False, help=argparse.SUPPRESS
|
||||||
|
@ -167,7 +163,6 @@ if __name__ == '__main__':
|
||||||
_retrieve_namespaces(),
|
_retrieve_namespaces(),
|
||||||
args,
|
args,
|
||||||
output_as=opts.output_as,
|
output_as=opts.output_as,
|
||||||
password=opts.password,
|
|
||||||
timeout=opts.timeout,
|
timeout=opts.timeout,
|
||||||
parser_kwargs={'top_parser': parser},
|
parser_kwargs={'top_parser': parser},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue