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
Thanks for raising this issue. I plan to implement a subset of shell parser to handle single "words", single-quoted strings and doubly-quoted strings according to POSIX shell lexical conventions:
The one questions on my mind is what to do if only some envars are not defined: return null for the whole parameter, or interpolate it as an empty string. For example:
For your interest, a poorly-defined corner of the current docopt spec is quoting and whitespace for default values: jazzband/docopt-ng#46
If you continue working on this, you may want to consider this and define expected behavior.
The text was updated successfully, but these errors were encountered: