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
# works
show_all =true
a = show_all ?`-a`:```ls $a`|> run
# seems like a nice shorthand, but results in an error on Julia 1.3.1/1.6.0beta1`ls $(show_all ?`-a`:``)`|> run
# ERROR: LoadError: UndefVarError: @a_cmd not defined# in expression starting at REPL[2]:1
The text was updated successfully, but these errors were encountered:
Parsing bug?
The text was updated successfully, but these errors were encountered: