-
Notifications
You must be signed in to change notification settings - Fork 255
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 additionaly the fusesoc binary needs the string PYTHON_ARGCOMPLETE_OK in the first 1024 bytes, this needs to be added to the pip binary to work 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
43 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