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

resolves #766 suggest to users run --help command #771

Closed
wants to merge 1 commit into from

Commits on Feb 27, 2018

  1. resolves tj#766 suggest to users run --help command

    Adding one more console.error statements to bellow methods:
    - Command.prototype.missingArgument
    - Command.prototype.optionMissingArgument
    - Command.prototype.unknownOption
    - Command.prototype.variadicArgNotLast
    
    This console.error messages propose to user run the same command
    with `--help` option to get more info about the command which try
    to run. This is something that most UNIX like commands do
    (like rm, cp, mv, etc)
    GeorgeGkas committed Feb 27, 2018
    Configuration menu
    Copy the full SHA
    b7b7287 View commit details
    Browse the repository at this point in the history