zsh-users
 help / color / mirror / code / Atom feed
* device cannot be completed after "ip link show dev"
@ 2015-03-30  3:39 Han Pingtian
  2015-03-31  1:27 ` Eric Cook
  2015-03-31 18:57 ` Peter Stephenson
  0 siblings, 2 replies; 11+ messages in thread
From: Han Pingtian @ 2015-03-30  3:39 UTC (permalink / raw)
  To: zsh-user

Hi,

Although in _ip() the "link_show_cmds" is defined to

188 local -a link_show_cmds
189 _regex_words link-show-commands 'link show commands' \
190   'dev:specify device:$subcmd_dev' \
191   'up:limit display to running devices'
192 link_show_cmds=("(" $subcmd_dev "|" ")" "$reply[@]" "#" )
193 

but the device cannot be completed after "ip link show dev":

% ip link show dev <tab>
link show commands
dev  -- specify device
up  -- limit display to running devices

Only "dev" and "up" listed. It looks like something wrong?

Thanks!


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2015-04-02 17:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-30  3:39 device cannot be completed after "ip link show dev" Han Pingtian
2015-03-31  1:27 ` Eric Cook
2015-03-31  4:52   ` Bart Schaefer
2015-04-01  0:52     ` Han Pingtian
2015-03-31 18:57 ` Peter Stephenson
2015-04-01 10:07   ` Han Pingtian
2015-04-01 12:15     ` Peter Stephenson
2015-04-01 15:47       ` Bart Schaefer
2015-04-02  8:03         ` Han Pingtian
2015-04-02 16:55           ` Bart Schaefer
2015-04-02 17:00             ` Peter Stephenson

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