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

fix(cli): improve handling of forwarding args/flags #101

Merged
merged 1 commit into from
Feb 14, 2017
Merged

Commits on Feb 14, 2017

  1. fix(cli): improve handling of forwarding args/flags

    **What**: This migrates us from `commander` and `omelette` to `yargs`
    and in the process changes how we handle forwarding of arguments and
    flags. We no longer just arbitrarily forward arguments to every script.
    Also instead of comma separated scripts, they're simply separated by a
    space. If you want to pass args/flags to a script, then you put it in
    quotes.
    
    **Why**: Makes this more predicatble. Also `yargs` is more powerful in
    general anyway.
    
    **How**: Magic... Will comment inline...
    Kent C. Dodds committed Feb 14, 2017
    Configuration menu
    Copy the full SHA
    67dbed7 View commit details
    Browse the repository at this point in the history