mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
6 lines
440 B
Fish
6 lines
440 B
Fish
complete -c goimports -s d -d "Display diffs instead of rewriting files"
|
|
complete -c goimports -s e -d "Report all errors"
|
|
complete -c goimports -s l -d "List files whose formatting differs from goimport's"
|
|
complete -c goimports -l srcdir -o srcdir -r -d "Choose imports as if source code is from dir"
|
|
complete -c goimports -s w -d "Write result to (source) file instead of stdout"
|
|
complete -c goimports -l help -o help -s h -d "Show help"
|