Commit 1b9749c
Mike Morris
Configure kingpin to stop thinking args for command belong to it
Fix the annoying behavior where flags passed as part of command were
being sucked in by kingpin and throwing errors about undefined flags.
That required users to explicitly put `--` between the profile and command.
This fixes that behavior so kingpin only handles its own flags, and leaves
flags for cmd alone, and passed thru1 parent 9c98c55 commit 1b9749c
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
185 | 189 | | |
186 | 190 | | |
187 | 191 | | |
| |||
0 commit comments