]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
python: client: completion: use argparse.REMAINDER docs-develop-kres-l17mjo/deployments/5498
authorAleš Mrázek <ales.mrazek@nic.cz>
Tue, 5 Nov 2024 09:27:49 +0000 (10:27 +0100)
committerAleš Mrázek <ales.mrazek@nic.cz>
Tue, 5 Nov 2024 09:27:49 +0000 (10:27 +0100)
commitd62d310b4d2e838476514aa075f29d058dca3f07
tree9e06c698a1d459bb22d82690b5d0df1f916f9989
parent81adcc7f544cf8852b6c3380cfbd1c9daca7f153
python: client: completion: use argparse.REMAINDER

Use argparse.REMAINDER to tell argparse to accept everything after argument as value for that argument.
python/knot_resolver/client/commands/completion.py