aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/seq.fish
blob: eaf5476179fe761802584c1d66188e64f6dd544f (plain)
1
2
3
4
5
6

complete -c seq -s f -l format -d 'Use printf style floating-point FORMAT'
complete -c seq -s s -l separator -d 'Use STRING to separate numbers'
complete -c seq -s w -l equal-width -d 'Equalize width with leading zeroes'
complete -c seq -l help -d 'Display this help'
complete -c seq -l version -d 'Output version information'