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

Troubles when Project names have spaces #8

Closed
fortes opened this issue Nov 9, 2012 · 1 comment · Fixed by #16
Closed

Troubles when Project names have spaces #8

fortes opened this issue Nov 9, 2012 · 1 comment · Fixed by #16

Comments

@fortes
Copy link

fortes commented Nov 9, 2012

Project named "My Project"

$ asana personal/my project
Task created in personal/my project!

Ends up making a new task called project, instead of listing. I tried using quotes, did not work either.

@wearethefoos
Copy link

This seems to work:

$ asana 'Workspace/Project name with spaces' test due friday

However: the name of the created task is not test (as I expected), but Project name with spaces test instead. It is due friday though :)

I will try to find the time te write a fix if that would help.

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

Successfully merging a pull request may close this issue.

2 participants