mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-06 08:51:14 -03:00
Add completions for wslpath (#8364)
* add completions for `wslpath` * add changelog entry for `wslpath` completion
This commit is contained in:
4
share/completions/wslpath.fish
Normal file
4
share/completions/wslpath.fish
Normal file
@@ -0,0 +1,4 @@
|
||||
complete -c wslpath -s a -d 'force result to absolute path format'
|
||||
complete -c wslpath -s u -d 'translate from a Windows path to a WSL path (default)'
|
||||
complete -c wslpath -s w -d 'translate from a WSL path to a Windows path'
|
||||
complete -c wslpath -s m -d 'translate from a WSL path to a Windows path, with \'/\' instead of \'\\\''
|
||||
Reference in New Issue
Block a user