Completion
Inject Tab completion scripts
- Supports Zsh, bash & PowerShell.
- Extracts the tab-completion scripts and puts in respective file as provided.
Commands
- Zsh (Mac)
gpx completion --shell zsh >> ~/.zsh/completions/_gpx
- Bash (Linux)
gpx completion --shell bash >> ~/.bash_completion
- PowerShell (Windows)
gpx completion --shell powershell >> ~/Documents/WindowsPowerShell/Microsoft.PowerShell_profile.ps1