-
Notifications
You must be signed in to change notification settings - Fork 63
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
get_opt
no longer works effectively
#1068
Comments
That's a very good question! We should probably reopen #143, because the feature is not very useful in its current state, is it? Maybe the current design, where |
A command-line flag to indicate that there are additional arguments seems reasonable, sort of like I like the idea of key/value pairs. The key string could give some contextual help when an argument is missing, more so than:
On a related note, would it be possible to have a |
Bit of a hack, but you can currently do:
And skip over the |
Here's some magic to get environment variables:
|
@weaversa On Linux (and maybe macOS) anyway. One could perhaps define other implementations for Windows Command Prompt, Powershell, etc., but it would be more portable to write an executable script (e.g. in Haskell or Python, but this would introduce a dependency). Of course, just having native |
Well...there isn't a Windows build for SAW. Though, the commands likely work in the Docker container. :-) |
get_opt
get_opt
no longer works effectively
How do I invoke saw with an extra argument for
get_opt
?The text was updated successfully, but these errors were encountered: