Commit Graph
2 Commits
Author SHA1 Message Date
Travis Lane 1f380b0733 fix: Fixup runnable example input arguments
This command has no name, so drop the `test-cmd` in `args`.
2021-01-24 20:54:48 -05:00
Travis Lane 17032bc33c fix: Propagate App.Reader to subcommands
This change copies the `Reader` set in `App` to the new `App` created for
subcommands. I've also added a basic test to demonstrate the issue.
2021-01-24 19:49:13 -05:00