-
Notifications
You must be signed in to change notification settings - Fork 165
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
-Zhelp
inconsistent with other unstable options
#1064
Comments
-Zhelp
-Zhelp
inconsistent with other unstable options
Sorry for the long delay! This should have been fixed in #1084. |
Minor issue I noticed recently, but it might be good to tweak it for consistency's sake. When running without a space delimiter: $ tectonic -Zhelp
Available unstable options:
-Z help Lists all unstable options When running with a space delimiter: $ tectonic -Z help
error: The following required arguments were not provided:
<input> When passing a $ tectonic -Z help foo
Available unstable options:
-Z help Lists all unstable options Also in -Z <option>... Unstable options. Pass -Zhelp to show a list Should be Ultimately, the behaviour without space should be kept, otherwise it'd break backwards compatibility. |
Every other unstable option is separated by a space delimiter and
-Z help
fails,only working properly when issued
-Zhelp
.Related: #929
The text was updated successfully, but these errors were encountered: