mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 17:55:50 +08:00
Add md-to-clip completion
- https://github.com/command-line-interface-pages/v2-tooling/tree/main/md-to-clip
This commit is contained in:
parent
3a72d098e2
commit
ba7785856e
8
share/completions/md-to-clip.fish
Normal file
8
share/completions/md-to-clip.fish
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# Source: https://github.com/command-line-interface-pages/v2-tooling/tree/main/md-to-clip
|
||||||
|
complete -c md-to-clip -s h -l help -d 'Display help'
|
||||||
|
complete -c md-to-clip -s v -l version -d 'Display version'
|
||||||
|
complete -c md-to-clip -s a -l author -d 'Display author'
|
||||||
|
complete -c md-to-clip -s e -l email -d 'Display author email'
|
||||||
|
complete -c md-to-clip -o nfs -l no-file-save -d 'Whether to display conversion result in stdout instead of writing it to a file'
|
||||||
|
complete -c md-to-clip -o od -l output-directory -d 'Directory where conversion result will be written'
|
||||||
|
complete -c md-to-clip -o spc -l special-placeholder-config -d 'Config with special placeholders'
|
Loading…
Reference in New Issue
Block a user