diff --git a/.gitignore b/.gitignore index c7b459e4..ed1f4f59 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,5 @@ bin .idea/ *.iml + +.vscode \ No newline at end of file diff --git a/FJNnotes.md b/FJNnotes.md new file mode 100644 index 00000000..22cccc9c --- /dev/null +++ b/FJNnotes.md @@ -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