tools.cli has support for dividing cli argument processing to subcommands via in-order Processing for Subcommands. Using this we could have a main entry point for pack.alpha, that could have common options and could provice help for all commands it supports via shared -h option.