Skip to content

Commit

Permalink
Add missing flags to zsh completion
Browse files Browse the repository at this point in the history
  • Loading branch information
zappolowski committed Oct 18, 2023
1 parent 5be557b commit d844e1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contrib/_dunst.zshcomp
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ case $state in
{-v,--version,-version}"[Print version]" \
'(-verbosity)-verbosity[Minimum level for message]' \
{-conf,--config}"[Path to configuration file]:file:_files" \
{-print,--print}"[Print notifications to stdout]" \
{-startup_notification,--startup_notification}"[Display a notification on startup]" \
{-h,-help,--help}"[Print help]"
;;

Expand Down

0 comments on commit d844e1d

Please sign in to comment.