Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
spell
  • Loading branch information
renancaraujo committed Sep 19, 2023
commit a0e42129f6a002d6d2d2dceffbb8b1b244f57e12
3 changes: 2 additions & 1 deletion .github/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"inverseflag",
"trueflag",
"autoload",
"compinit"
"compinit",
"uninstallation"
]
}
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- docs: update readme with a troubleshooting section ([#63](https://github.com/VeryGoodOpenSource/cli_completion/pull/63))
- feat: included `CompletionConfiguration` class ([#71](https://github.com/VeryGoodOpenSource/cli_completion/pull/71))
- feat: include uninstallation logic ([#70](https://github.com/VeryGoodOpenSource/cli_completion/pull/70))
- feat: include `UnistallCompletionFilesCommand` ([#72](https://github.com/VeryGoodOpenSource/cli_completion/pull/72))
- feat: include `UninstallCompletionFilesCommand` ([#72](https://github.com/VeryGoodOpenSource/cli_completion/pull/72))
- feat: avoid auto-installing manually uninstalled commands ([#73](https://github.com/VeryGoodOpenSource/cli_completion/pull/73))
- feat: avoid auto-installing when already installed ([#74](https://github.com/VeryGoodOpenSource/cli_completion/pull/74))

Expand Down