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 had expected that an interactive shell for task would be more forgiving with respect to unescaped special characters, but tasksh choked on parentheses:
tasksh> add This is a task that includes parens (see I told you so)
[task add This is a task that includes parens (see I told you so)]
sh: -c: line 0: syntax error near unexpected token `('
sh: -c: line 0: `task add This is a task that includes parens (see I told you so)'
The text was updated successfully, but these errors were encountered:
Cory Donnelly on 2015-12-23T16:23:15Z says:
I had expected that an interactive shell for task would be more forgiving with respect to unescaped special characters, but tasksh choked on parentheses:
The text was updated successfully, but these errors were encountered: