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
{{ message }}
This repository has been archived by the owner on Dec 14, 2017. It is now read-only.
rayne@ubuntu:~/cljprojs/cake-github$ cake github.repos.create cake-github --description="A command-line interface to the Github API as a cake plugin. Tasty."
{:github.repos.create ["cake-github" "--description=A command-line interface to the Github API as a cake plugin. Tasty."]}
It doesn't seem to like quotes after a --option. Note that all that task did was print the options raw.
The text was updated successfully, but these errors were encountered:
rayne@ubuntu:~/cljprojs/cake-github$ cake github.repos.create cake-github --description="A command-line interface to the Github API as a cake plugin. Tasty."
{:github.repos.create ["cake-github" "--description=A command-line interface to the Github API as a cake plugin. Tasty."]}
It doesn't seem to like quotes after a --option. Note that all that task did was print the options raw.
The text was updated successfully, but these errors were encountered: