-
Notifications
You must be signed in to change notification settings - Fork 256
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added basic 'argcomplete' completion
completes argument names, sub_parser names and available cores/tools/generators argcomplete completion can be enabled by two ways: 1. Global: can be enabled with the 'activate-global-python-argcomplete' command this only works for zsh and bash 2: Per command: for zsh and bash: eval "$(register-python-argcomplete fusesoc)" for other shells (e.g. powershell): https://github.com/kislyuk/argcomplete/tree/develop/contrib
- Loading branch information
Showing
2 changed files
with
53 additions
and
5 deletions.
There are no files selected for viewing
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