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

incorrectly stripped spaces at the beginning of each line #65

Closed
johnnychen94 opened this issue Sep 7, 2020 · 1 comment
Closed

incorrectly stripped spaces at the beginning of each line #65

johnnychen94 opened this issue Sep 7, 2020 · 1 comment
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@johnnychen94
Copy link
Contributor

The following message is the output ofion release -h with IonCLI v0.5.1. Note that wantto, specificversion, bydefault, thepackage, and others at the beginning of each line; there should be one space here.

  release [options] [flags] <version> [<path>]

release a package.

Args

  <path>                            optional argument. path to the project you
                                    wantto release, default is the current working
                                    directory.

  <version>                         version number you want to release. Can be a
                                    specificversion, "current" or either of (major, minor,
                                    patch)

Options

  -b, --branch <branch name>        branch you want to register, use master branch
                                    bydefault.

  -r, --registry <registry name>    registry you want to register the package. If
                                    thepackage has not been registered, ion will try
                                    toregister the package in the General registry.
                                    Orthe user needs to specify the registry to
                                    registerusing this option.
@Roger-luo
Copy link
Collaborator

Yeah, I think this has something to do with the layout function: https://github.com/Roger-luo/Comonicon.jl/blob/master/src/types.jl#L430 haven't figured out why.

@Roger-luo Roger-luo added bug Something isn't working documentation Improvements or additions to documentation labels Sep 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants