zsh-workers
 help / color / mirror / code / Atom feed
de80a0086230048995d6287ae416d1e5b1fdf564 blob 1416 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
 
#compdef mkpasswd

_arguments -C \
  '(-l)--local[print local group information]' \
  '(--local)-l[print local group information]' \
  '(-d)--domain[print domain accounts (from current domain if no domain specified)]' \
  '(--domain)-d[print domain accounts (from current domain if no domain specified)]' \
  '(-o)--id-offset[change the default offset (10000) added to uids in domain accounts]' \
  '(--id-offset)-o[change the default offset (10000) added to uids in domain accounts]' \
  '(-g)--local-groups[print local group information too if no domain specified]' \
  '(--local-groups)-g[print local group information too if no domain specified]' \
  '(-m)--no-mount[don\'t use mount points for home dir]' \
  '(--no-mount)-m[don\'t use mount points for home dir]' \
  '(-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)]' \
  '(-p)--path-to-home[use specified path instead of user account home dir]' \
  '(--path-to-home)-p[use specified path instead of user account home dir]' \
  '(-u)--username[only return information for the specified user]' \
  '(--username)-u[only return information for the specified user]' \
  '(-h)--help[displays this message]' \
  '(--help)-h[displays this message]' \
  '(-v)--version[print version information and exit]' \
  '(--version)-v[print version information and exit]' \
  ':domain:'
debug log:

solving de80a0086 ...
found de80a0086 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/_mkpasswd b/Completion/Cygwin/Command/_mkpasswd
new file mode 100644
index 000000000..de80a0086

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

index at:
100644 de80a0086230048995d6287ae416d1e5b1fdf564	Completion/Cygwin/Command/_mkpasswd

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