openSUSE / zypper

World's most powerful command line package manager
http://en.opensuse.org/Portal:Zypper
Other
405 stars 110 forks source link

No reference to the 'lifecycle' subcommand of zypper in the man page #450

Closed tbazant closed 2 years ago

tbazant commented 2 years ago

There is no reference to the lifecycle subcommand of zypper in the man page.

mlandres commented 2 years ago

'Plugins' AKA ' subcommands' can not be mentioned in the man page. They are usually not maintained by us, so we don't know what exists and what is actually installed on a system. The man page explains the subcommand command, which explores the system.

zypper subcommand lists the subcommands actually found on the system:

Available zypper subcommands in '/usr/lib/zypper/commands':

      lifecycle             products and packages lifecycle information

zypper help _SUBCOMMAND_ (e.g. zypper help lifecycle ) shows the subcommands man page, if it provides on.

zypper lifecycle _ARGS_ (e.g. zypper lifecycle --help) calls the plugin and forwards the ARGS to it.