aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/seq.fish
blob: 2d4b2903bc45669b575b40ffe2f88d75f3742c6b (plain)
1
2
3
4
5
6
7
8
# Completions for seq.
# Author: SanskritFritz (gmail)

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'