Feature Request P4
Status Update
Comments
km...@gmail.com <km...@gmail.com> #2
[Empty comment from Monorail migration]
km...@gmail.com <km...@gmail.com> #3
[Comment Deleted]
km...@gmail.com <km...@gmail.com> #4
[Comment Deleted]
km...@gmail.com <km...@gmail.com> #5
[Comment Deleted]
ek...@google.com <ek...@google.com> #6
[Monorail components: Applications>repo]
ek...@google.com <ek...@google.com> #7
[Monorail components: -repo]
so...@google.com <so...@google.com> #8
[Empty comment from Monorail migration]
Description
OK: repo --trace sync
FAIL: repo sync --trace
this trips people up from time to time, so it'd be nice if we could support the option on either side of the subcommand. probably should do the opposite way around too for the common subcommand options (e.g. -v & -q).
the parts that we'd need to work together:
* main.py:global_options
* command.py:_CommonOptions (and OptionParser)