Forrest logo
back to the grunt tool

grunt:tldr:7b1ea

grunt: List all available options.
$ grunt --help
try on your machine

The command "grunt --help" is used in the Grunt task runner to display the available tasks and options.

Here's how the command works:

  1. "grunt" is the main command used to run tasks with the Grunt task runner.
  2. "--help" is an additional option that can be passed to the "grunt" command to display the available tasks and options, as well as their descriptions.

When you run the "grunt --help" command in your terminal or command prompt, it will show a list of tasks that you can run with Grunt, along with their descriptions. It's a helpful way to understand the available tasks and their usage in a Grunt-based project.

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 grunt tool