zsh-workers
 help / color / mirror / code / Atom feed
49025547ab9114b98e07bfb9865801ab81ca914c blob 1049 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
#compdef mkgroup

_arguments -C \
  '(-l)--local[print local group information]' \
  '(--local)-l[print local group information]' \
  '(-d)--domain[print global group information from the domain specified (or from the current domain if there is no domain specified)]' \
  '(--domain)-d[print global group information from the domain specified (or from the current domain if there is no domain specified)]' \
  '(-o)--id-offset[offset change the default offset (10000) added to uids in domain accounts]' \
  '(--id-offset)-o[offset change the default offset (10000) added to uids in domain accounts]' \
  '(-s)--no-sids[don\'t print SIDs in pwd field (this affects ntsec)]' \
  '(--no-sids)-s[don\'t print SIDs in pwd field (this affects ntsec)]' \
  '(-u)--users[print user list in gr_mem field]' \
  '(--users)-u[print user list in gr_mem field]' \
  '(-h)--help[print this message]' \
  '(--help)-h[print this message]' \
  '(-v)--version[print version information and exit]' \
  '(--version)-v[print version information and exit]' \
  ':domain:'
debug log:

solving 49025547a ...
found 49025547a in https://inbox.vuxu.org/zsh-workers/20200625182446.9687-1-yasu@utahime.org/

applying [1/1] https://inbox.vuxu.org/zsh-workers/20200625182446.9687-1-yasu@utahime.org/
diff --git a/Completion/Cygwin/Command/_mkgroup b/Completion/Cygwin/Command/_mkgroup
new file mode 100644
index 000000000..49025547a

Checking patch Completion/Cygwin/Command/_mkgroup...
Applied patch Completion/Cygwin/Command/_mkgroup cleanly.

index at:
100644 49025547ab9114b98e07bfb9865801ab81ca914c	Completion/Cygwin/Command/_mkgroup

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).