Skip to content

Commit c13ff8a

Browse files
committed
man: add --sections/-S/-s arg completion
1 parent da146fd commit c13ff8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

completions/man

+4
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ _man()
2222
_filedir -d
2323
return
2424
;;
25+
--sections | -!(-*)[Ss])
26+
_comp_delimited : -W '{1..9}'
27+
return
28+
;;
2529
--pager | -!(-*)P)
2630
compopt -o filenames
2731
COMPREPLY=($(compgen -c -- "$cur"))

0 commit comments

Comments
 (0)