If we wanted nested command with in-between containers that have no purpose
acton pkg add - what should pkg be. It "works" as a command but it doesn't really do anything so another concept in argparse would be nice?
I guess for the container, if someone just runs acton pkg, we want the help to be shown. I guess we can achieve this today simply by adding pkg as a command and invoking the help!?
If we wanted nested command with in-between containers that have no purpose
acton pkg add
- what shouldpkg
be. It "works" as a command but it doesn't really do anything so another concept in argparse would be nice?