aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/goimports.fish
blob: 16b16b54ed2d8b83e8fd4baa6d1919809da95e4a (plain)
1
2
3
4
5
6
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"