Archive : Add completion for touch.
This commit is contained in:
parent
4158d8673e
commit
d25bd317a9
|
@ -372,7 +372,7 @@ function _archive_check() {
|
||||||
[[ "${actual}" = "${saved}" ]]
|
[[ "${actual}" = "${saved}" ]]
|
||||||
}
|
}
|
||||||
|
|
||||||
complete -o filenames -F _comp_archive_grep archive_check unarchive archive_rm
|
complete -o filenames -F _comp_archive_grep archive_check unarchive archive_rm archive_touch
|
||||||
complete -o filenames -F _comp_archive_grep_fast archive_xz
|
complete -o filenames -F _comp_archive_grep_fast archive_xz
|
||||||
complete -o filenames -F _comp_archive_name archive_name
|
complete -o filenames -F _comp_archive_name archive_name
|
||||||
complete -o filenames -F _comp_archive_names archive_prune
|
complete -o filenames -F _comp_archive_names archive_prune
|
||||||
|
|
Reference in a new issue