mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-25 18:03:37 +08:00
3e6f5999f5
- https://github.com/command-line-interface-pages/v2-tooling/tree/main/md-to-clip
(cherry picked from commit ba7785856e
)
9 lines
657 B
Fish
9 lines
657 B
Fish
# 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'
|