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
I've seen a lot of issues about external arguments, like this one: nushell/nushell#5947.
We should have a page that documents all the ways you can call external with arguments (i.e., explaining that you can pass a list to an external as a list of arguments and that one long string with spaces will be considered as one argument).
The text was updated successfully, but these errors were encountered:
* parse name of positional args in `parse cmd`
* Fix the problem that git stashes cannot be parsed correctly
* Fix parsing failure not in git directory
---------
Co-authored-by: agent <agent@nuc>
I've seen a lot of issues about external arguments, like this one: nushell/nushell#5947.
We should have a page that documents all the ways you can call external with arguments (i.e., explaining that you can pass a list to an external as a list of arguments and that one long string with spaces will be considered as one argument).
The text was updated successfully, but these errors were encountered: