Skip to content

Help text for citools migration --help is not formatted properly #8

@ahal

Description

@ahal

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:

return self.call("help", self._config.name)

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions