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
Finalize expression graph syntax such that is nice to use.
Expressions must be type-able without quotes on Windows and Unix shells; scripts.
These for example aren't allowed:
# ^ has special meaning in Windows
goda list github.com/loov/goda ^ github.com/loov/...
# & has special meaning in bash
goda list github.com/loov/goda & github.com/loov/...
# * has special meaning in bash
goda list github.com/loov/goda * github.com/loov/...
Using invalid paths probably makes the most sense since they cannot have special meaning in shells.
Finalize expression graph syntax such that is nice to use.
Expressions must be type-able without quotes on Windows and Unix shells; scripts.
These for example aren't allowed:
Using invalid paths probably makes the most sense since they cannot have special meaning in shells.
The text was updated successfully, but these errors were encountered: