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

Update readme to replace --level option with -O #68

Merged
merged 1 commit into from May 5, 2021

Commits on May 5, 2021

  1. Update readme to replace --level option with -O

    This change removes mention of the `--level` option which never existed. In versions earlier than 5.0.0, clean-css-cli used to accept the invalid option silently.  With versions > 5.0.0, trying to use the option results in the following: `error: unknown option '--level'`.  The root cause of the change the upgrade to [commander v7.0.0](tj/commander.js#1409), where unknown (excess) command arguments are now raised as an error.
    davidjb committed May 5, 2021
    Configuration menu
    Copy the full SHA
    d11d6ee View commit details
    Browse the repository at this point in the history