mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 01:52:56 +01:00
Cmds: Add argcomplete support
argcomplete takes the arguments added to argparse, and builds bash completion with it. Add it to all Cmds based executables. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
428692ea3a
commit
1e16c0ffb1
2 changed files with 3 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ jw-maintainer = jan
|
|||
libname = none
|
||||
|
||||
[pkg.requires.os]
|
||||
run = mypy, python3-magic, python3-termcolor, python3-pytimeparse
|
||||
run = mypy, python3-magic, python3-termcolor, python3-pytimeparse, python3-argcomplete
|
||||
|
||||
[pkg.requires.jw]
|
||||
devel = jw-python-run = VERSION-REVISION, jw-build-devel = VERSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue