mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Global options were omitted in help output for subcommands before this fix. This caused #6533, where the user was unable to find the correct option to suppress prompts because 'doom upgrade --help' would not show --force/-!, but 'doom --help' would. Still, it's unreasonable to expect the user to know this beforehand. Ref: #6533