It is not clear to me how to allow, and extract remaining arguments from `BetterCommand`. Ie. support: ```sh dart run command -a -- --some --remaining --args. ```
It is not clear to me how to allow, and extract remaining arguments from
BetterCommand.Ie. support:
dart run command -a -- --some --remaining --args.