Skip to content

Commit

Permalink
dhclient: Add some option arg (non-)completions
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Mar 31, 2018
1 parent 5789780 commit 2a7d2e3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion completions/dhclient
Expand Up @@ -6,7 +6,14 @@ _dhclient()
_init_completion || return

case $prev in
-cf|-lf|-pf|-sf)
-p|-e)
return
;;
-D)
COMPREPLY=( $( compgen -W 'LL LLT' -- "$cur" ) )
return
;;
-*f)
_filedir
return
;;
Expand Down

0 comments on commit 2a7d2e3

Please sign in to comment.