aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/touch.fish
blob: 981581ac5abe7cc6d3aa24aff2f7092434b5d49f (plain)
1
2
3
4
5
6
7
8
9
10
11
complete -c touch -s a --description "Change access time"
complete -c touch -s B -l backward -x --description "Set date back"
complete -c touch -s c -l no-create --description "Do not create file"
complete -c touch -s d -l date -x --description "Set date"
complete -c touch -s f -l forward -x --description "Set date forward"
complete -c touch -s m --description "Change modification time"
complete -c touch -s r -l reference --description "Use this files times"
complete -c touch -s t --description "Set date"
complete -c touch -l time -x --description "Set time"
complete -c touch -l help --description "Display help and exit"
complete -c touch -l version --description "Display version and exit"