From 2d6d8c7aecf7b93a8b6bea9a0872064de916ffad Mon Sep 17 00:00:00 2001 From: Francis Nickels Date: Mon, 23 May 2022 17:22:58 -0700 Subject: [PATCH] add vscode to gitignore --- .gitignore | 2 ++ FJNnotes.md | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 FJNnotes.md 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