-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: powershell autocomplete (#441)
* feat: powershell autocomplete * chore: refactor command tree generator * chore: linter * fix: properly escape double quotes in pwsh * fix: coTopic hashtable gen * fix: handle cmd/flag withouth a summary * test: add pwsh completion UT * fix: use EOL * fix: update powershell setup script * chore: fix UTs * chore: restore skipWin test utility * chore: maybe fix win UTs? * chore: summary is already handled * feat: support flag.multiple, part 1 * feat: support flag.multiple, part 2 * fix: do not block win * fix(zsh): do not mutate flags * fix: properly escape double quotes * fix: escape backticks * chore: refactor 1 * chore: refactor 2 [skip ci] * chore: sort suggestions alphabetically [skip ci] * chore: update UT * fix: support top-level cmds * chore: refactor 3 * fix: support Complete/TabCompleteNext modes * chore: remove whitespaces between hashtables * feat: support global help flag * chore: remove hehe * chore: update instructions * fix: support partial id comp
- Loading branch information
1 parent
ca9e5a4
commit 53697c4
Showing
10 changed files
with
897 additions
and
71 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.