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
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,
The text was updated successfully, but these errors were encountered:
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 :(
$ 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.
Hi,
the "-c" switch of the help command no longer work.
Ex:
The same behavior appears with scaffolded application.
Best regards,
The text was updated successfully, but these errors were encountered: