We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Be great if the complete command accepted a string[]. Ultimately, I want to do this:
complete
string[]
{ "complete": [ "cd {{ name or org }}", "git init", "npm install", "git add .", "git commit -m 'initial commit'", "git remote add origin https://github.com/{{ org or name }}/{{ name or org }}.git", "git push -u origin master", "code ." ] }
Related: #13
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Be great if the
complete
command accepted astring[]
. Ultimately, I want to do this:Related: #13
The text was updated successfully, but these errors were encountered: