cmds.CmdPosix: Add command
Add a new group of commands - "posix". The current command categories are not a good fit for that: "projects" is for CI, "distro" is distribution-specific for CD, and secrets is for handling secrets specifically. Introduce the more general command group "posix", a class of commands not POSIX compliant in the exposed API, but primarily using POSIX utilities as workhorse.
Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
63383cb683
commit
16bb4e5bed
3 changed files with 37 additions and 0 deletions
4
src/python/jw/pkg/cmds/posix/Makefile
Normal file
4
src/python/jw/pkg/cmds/posix/Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
TOPDIR = ../../../../../..
|
||||
|
||||
include $(TOPDIR)/make/proj.mk
|
||||
include $(JWBDIR)/make/py-mod.mk
|
||||
Loading…
Add table
Add a link
Reference in a new issue