-
Notifications
You must be signed in to change notification settings - Fork 65
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
Fixed documentation typo #494
Conversation
in the `Importing External Rules` section, where the `--allowed-start-rules` option was being remembered the was the command \* and not * as it should
In many shells, if you don't escape that '*', it's going to glob-expand to all of the files in cwd. |
I'd settle for |
Also, please add yourself to the AUTHORS file and add an entry in CHANGELOG.md |
ok, so probably only a windows thing (the fact that it will not escape it) when executing
|
that doesn't work either on windows. |
what happens with single quotes on windows? windows' shell makes very strange decisions because it leaves globbing to each program to do. |
same: |
What should i write in the changelog? |
do double quotes work? In the changelog, put a link to this PR, and describe the change briefly. something like "updated docs to make `--allowedRules *` more clear |
in the
Importing External Rules
section, where the--allowed-start-rules
option was being remembered there was\*
and not *