mirror of
https://github.com/spf13/cobra
synced 2025-05-05 12:57:22 +00:00
add vscode to gitignore
This commit is contained in:
parent
48197dead4
commit
2d6d8c7aec
2 changed files with 5 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -37,3 +37,5 @@ bin
|
||||||
|
|
||||||
.idea/
|
.idea/
|
||||||
*.iml
|
*.iml
|
||||||
|
|
||||||
|
.vscode
|
3
FJNnotes.md
Normal file
3
FJNnotes.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
Things to fix:
|
||||||
|
* default --version flag is not shown when running `tool help` but is shown when running `tool` or `tool --help` by itself
|
||||||
|
* `tool --help command` shows general help instead of `tool command --help` results
|
Loading…
Add table
Reference in a new issue