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
Running eleventy always tries to process the current directory. This might not be intended. Users might just confirm their Eleventy version after upgrading (with the currend working directory often being the home directory after upgrading things) or have a typo in an argument. For example:
eleventy -v
I think, Eleventy should fail when any unknown option is provided and give an explanation.
Just an example:
phil@MONDBASIS in ~/Downloads
👻 jekyll -x
jekyll 3.7.2 | Error: Whoops, we can't understand your command.
jekyll 3.7.2 | Error: invalid option: -x
jekyll 3.7.2 | Error: Run your command again with the --help switch to see available options.
The text was updated successfully, but these errors were encountered:
Running
eleventy
always tries to process the current directory. This might not be intended. Users might just confirm their Eleventy version after upgrading (with the currend working directory often being the home directory after upgrading things) or have a typo in an argument. For example:I think, Eleventy should fail when any unknown option is provided and give an explanation.
Just an example:
The text was updated successfully, but these errors were encountered: