Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CLI --help formatting #38

Open
rhagenson opened this issue Jan 22, 2020 · 0 comments
Open

CLI --help formatting #38

rhagenson opened this issue Jan 22, 2020 · 0 comments

Comments

@rhagenson
Copy link
Contributor

Currently, the CLI --help is especially wide which causes odd line wrapping unless the shell is equally wide. I have not investigated the solution yet, but before I potentially battle clap to make it so are there any initial oppositions to re-formatting the CLI to have less empty space around subcommands?

From:

...
    fastq-split              Split FASTQ file from STDIN into N chunks.
                             
                             Example:
                             rbt fastq-split A.fastq B.fastq < test.fastq
...

To:

...
    fastq-split
        Split FASTQ file from STDIN into N chunks.

        Example:
        rbt fastq-split A.fastq B.fastq < test.fastq
...

is what I am thinking (if I can make clap participate in such formatting).

(I could knock this out while working on #36 )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant