We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ref: Jekyll Issue/5345
Run any or all of the following:
jekyll new TESTING 1 --blank
jekyll new TESTING 2 --blan
jekyll new TESTING 3 --bla
jekyll new TESTING 4 --bl
jekyll new TESTING 5 --b
Except for jekyll new TESTING 1 --blank I expected every other command to throw a "command-option-unknown" error. But.. nope. got none at all
Is this smartness by design?
/cc @jekyll/ecosystem
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ref: Jekyll Issue/5345
Steps to reproduce this error
Run any or all of the following:
jekyll new TESTING 1 --blank
jekyll new TESTING 2 --blan
jekyll new TESTING 3 --bla
jekyll new TESTING 4 --bl
jekyll new TESTING 5 --b
The Output I Expected
Except for
jekyll new TESTING 1 --blank
I expected every other command to throw a "command-option-unknown" error.
But.. nope. got none at all
Is this smartness by design?
/cc @jekyll/ecosystem
The text was updated successfully, but these errors were encountered: