Is it possible to somehow nest subcommands with mainargs? I'd like to achieve something like this: ``` program foo bar --some --arguments program foo baz --other --args ```