Skip to content

Commit 54cc85a

Browse files
committed
feat(curl): Complete IP addresses for --interface
Part of #1315
1 parent 0a13be1 commit 54cc85a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

completions/curl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ _comp_cmd_curl()
101101
;;
102102
--interface)
103103
_comp_compgen_available_interfaces -a
104+
_comp_compgen -a ip_addresses -a
104105
return
105106
;;
106107
--help | -${noargopts}h)

0 commit comments

Comments
 (0)