jw-pkg/src/python/jw/pkg/cmds
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jan Lindemann a197e9c50d
All checks were successful
CI / Packaging - Kali Linux (pull_request) Successful in 4m42s
CI / Packaging - OpenSUSE Tumbleweed (pull_request) Successful in 4m30s
CI / Packaging test (pull_request) Successful in 0s
CI / Packaging - Kali Linux (push) Successful in 4m17s
CI / Packaging - OpenSUSE Tumbleweed (push) Successful in 4m24s
CI / Packaging test (push) Successful in 0s
cmds.projects.CmdCreateFile: Fix --format help
The possible values of --format are defined by an Enum which is never
really used as such. Derive them from class introspection instead, i.e.
offer all formats that have a corresponding render_<format>() name.

Also, turn the option into real argparse-backed choices, and make the
argument mandatory, because that reflects the reality of the implementation
- there is no default.

Signed-off-by: Jan Lindemann <jan@janware.com>
2026-09-13 22:18:09 +02:00
..
pkg py-check.mk: Run isort with "make format" 2026-08-11 16:45:14 +02:00
platform App, lib, cmds: Fix mypy.explicit-override fallout 2026-08-07 18:02:26 +02:00
posix py-check.mk: Run isort with "make format" 2026-08-11 16:45:14 +02:00
projects cmds.projects.CmdCreateFile: Fix --format help 2026-09-13 22:18:09 +02:00
secrets py-check.mk: Run isort with "make format" 2026-08-11 16:45:14 +02:00
__init__.py lib.init.detect_modules(): Renovate signature 2026-06-06 23:08:28 +00:00
Cmd.py py-check.mk: Run isort with "make format" 2026-08-11 16:45:14 +02:00
CmdPkg.py App, cmds, lib: Fix Any returns from typed functions 2026-08-09 12:07:37 +00:00
CmdPlatform.py App, cmds, lib: Fix Any returns from typed functions 2026-08-09 12:07:37 +00:00
CmdPosix.py App, cmds, lib: Fix Any returns from typed functions 2026-08-09 12:07:37 +00:00
CmdProjects.py App, cmds, lib: Fix Any returns from typed functions 2026-08-09 12:07:37 +00:00
CmdSecrets.py App, cmds, lib: Fix Any returns from typed functions 2026-08-09 12:07:37 +00:00
Makefile jw.build.cmds: Move build.cmds -> cmds.projects 2026-01-26 17:58:23 +01:00