Skip to content

Commit

Permalink
chore: gitignore commands.md to keep git state clean
Browse files Browse the repository at this point in the history
  • Loading branch information
ynhummel committed Mar 28, 2024
1 parent 5ffc88b commit 676bf95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@

dist/
commands.md
6 changes: 3 additions & 3 deletions internal/generator/documentation/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ var caser = cases.Title(language.English)

// cmdSelections to customize the output
var cmdSelection = map[string]int{
"completion": 0,
"update": 1,
"login": 1,
"completion": IGNORED,
"update": GENERAL,
"login": GENERAL,
}

func main() {
Expand Down

0 comments on commit 676bf95

Please sign in to comment.