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:
Jan Lindemann 2025-07-11 10:43:47 +02:00
commit 1e16c0ffb1
2 changed files with 3 additions and 2 deletions

View file

@ -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