Forrest logo
back to the pueue tool

pueue-help:tldr:186f7

pueue-help: Show help for a specific subcommand.
$ pueue help ${subcommand}
try on your machine

The command "pueue help ${subcommand}" is used to get help for a specific subcommand in the "pueue" command-line tool.

Here's how it works:

  • "pueue" is the main command that represents the entire "pueue" tool.
  • "help" is a subcommand that is used to display the help documentation for various operations of the "pueue" tool.
  • "${subcommand}" is a placeholder for the specific subcommand that you want help for. You should replace it with the actual subcommand you want to get help for.

For example, if you want to get help for the "start" subcommand, you would use the command "pueue help start". This will display detailed information about how to use the "start" subcommand, including its available options, arguments, and usage examples.

By using the "pueue help ${subcommand}" command, you can quickly get help and learn how to use different subcommands within the "pueue" tool.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the pueue tool