zsh-workers
 help / color / mirror / code / Atom feed
c2fbf9c6b21a367a62cce748f5e80bb0ec10aa42 blob 405 bytes (raw)

1
2
3
4
5
6
7
8
9
 
#compdef tac gtac

_arguments -s -S : \
  '(: -)--help[display help information]' \
  '(: -)--version[display version information]' \
  '(-b --before)'{-b,--before}'[attach separator before instead of after]' \
  '(-r --regex)'{-r,--regex}'[treat separator as regular expression (with -s)]' \
  '(-s --separator)'{-s+,--separator=}'[use specified separator instead of newline]:separator' \
  '*: :_files'
debug log:

solving c2fbf9c6b ...
found c2fbf9c6b in https://inbox.vuxu.org/zsh-workers/873B8FFF-F1A3-4D2E-A465-8BD4042045BC@dana.is/

applying [1/1] https://inbox.vuxu.org/zsh-workers/873B8FFF-F1A3-4D2E-A465-8BD4042045BC@dana.is/
diff --git a/Completion/Unix/Command/_tac b/Completion/Unix/Command/_tac
new file mode 100644
index 000000000..c2fbf9c6b

Checking patch Completion/Unix/Command/_tac...
Applied patch Completion/Unix/Command/_tac cleanly.

index at:
100644 c2fbf9c6b21a367a62cce748f5e80bb0ec10aa42	Completion/Unix/Command/_tac

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).