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

help -c no longer work. #105

Closed
sathlan opened this issue Aug 30, 2012 · 1 comment
Closed

help -c no longer work. #105

sathlan opened this issue Aug 30, 2012 · 1 comment

Comments

@sathlan
Copy link

sathlan commented Aug 30, 2012

Hi,

the "-c" switch of the help command no longer work.

Ex:

$ git clone https://github.com/davetron5000/gli.git

$ cd gli
$ bundle install
$ bundle exec gli help -c
error: Unknown option -c

NAME
    gli - create scaffolding for a GLI-powered application

SYNOPSIS
    gli [global options] command [command options] [arguments...]

VERSION
    2.0.0

GLOBAL OPTIONS
    --help         - Show this message
    -n             - Dry run; dont change the disk
    -r, --root=arg - Root dir of project (default: .)
    -v             - Be verbose
    --version      -

COMMANDS
    help           - Shows a list of commands or help for one command
    init, scaffold - Create a new GLI-based project

The same behavior appears with scaffolded application.

Best regards,

@davetron5000
Copy link
Owner

Oh damn. You are right; the help system got totally revamped for 2.0 and
this didn't make it in. Which, of course, means I never made any tests for
it :(

Will look into this.

Dave

On Thu, Aug 30, 2012 at 12:14 PM, sathlan notifications@github.com wrote:

Hi,

the "-c" switch of the help command no longer work.

Ex:

$ git clone https://github.com/davetron5000/gli.git

$ cd gli
$ bundle install
$ bundle exec gli help -c
error: Unknown option -c

NAME
gli - create scaffolding for a GLI-powered application

SYNOPSIS
gli [global options] command [command options] [arguments...]

VERSION
2.0.0

GLOBAL OPTIONS
--help - Show this message
-n - Dry run; dont change the disk
-r, --root=arg - Root dir of project (default: .)
-v - Be verbose
--version -

COMMANDS
help - Shows a list of commands or help for one command
init, scaffold - Create a new GLI-based project

The same behavior appears with scaffolded application.

Best regards,


Reply to this email directly or view it on GitHubhttps://github.com//issues/105.

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

2 participants