Skip to content

Commit ecbb370

Browse files
zappolowskifwsmit
authored andcommitted
Add missing flags to zsh completion
1 parent 5a298ad commit ecbb370

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contrib/_dunst.zshcomp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ case $state in
1616
{-v,--version,-version}"[Print version]" \
1717
'(-verbosity)-verbosity[Minimum level for message]' \
1818
{-conf,--config}"[Path to configuration file]:file:_files" \
19+
{-print,--print}"[Print notifications to stdout]" \
20+
{-startup_notification,--startup_notification}"[Display a notification on startup]" \
1921
{-h,-help,--help}"[Print help]"
2022
;;
2123

0 commit comments

Comments
 (0)