Skip to content

Add missing command line options to the help text and shell completions

nl6720 requested to merge nl6720/mkinitcpio:missing-help-and-completion into master

mkinitcpio: add --no-cmdline to the usage output (i.e. --help output)

shell/{bash,zsh}-completion: add missing options

  • mkinitcpio's --no-cmdline
  • lsinitcpio's --cpio & --early

The zsh completion works, but I have no idea about the bash completion since I don't use bash.

Merge request reports