Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Argument with spaces != multiple arguments #5

Open
Droggelbecher opened this issue Apr 18, 2013 · 0 comments
Open

Argument with spaces != multiple arguments #5

Droggelbecher opened this issue Apr 18, 2013 · 0 comments

Comments

@Droggelbecher
Copy link

The script calls xterm/taskwarrior with a long argument containing spaces instead of multiple arguments.
I don't know about the xterm case but with urxvt that just does nothing
(as at some place something seems to assume "task add etc.." is the name of the program to be executed).

I could fix this by constructing args like this:
var args = [ "-e", "task", "add", "+inbox", "+email", "Email: " + box[1] ];

(instead of using topicName).
Maybe that helps someone else as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant