You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you run citools migration --help you'll see the help text is all squashed into a single line. But if you run citools migration file-bugs --help it is formatted nicely.
I suspect this has something to do with how we're setting up the subcommands in cleo:
This issue may be tricky to fix and will likely involve digging into cleo's internals. If we could suppress the help text when running citools migration --help (and only display the summary), that might be the best outcome here.
The text was updated successfully, but these errors were encountered:
If you run
citools migration --help
you'll see the help text is all squashed into a single line. But if you runcitools migration file-bugs --help
it is formatted nicely.I suspect this has something to do with how we're setting up the subcommands in cleo:
mozci-tools/citools/console/application.py
Line 72 in 2b66378
This issue may be tricky to fix and will likely involve digging into cleo's internals. If we could suppress the help text when running
citools migration --help
(and only display the summary), that might be the best outcome here.The text was updated successfully, but these errors were encountered: