This tool will help you generate command-line commands based on a set of input parameters. It currently supports a variety of commands, and it's easy to add more.
Select a command from the drop-down list, then fill in the input fields that appear. The command line string will be generated automatically as you type. When you're ready, click the "Copy to Clipboard" button to copy the command line string.
The command definitions are stored in a JavaScript object named "commands". Each property of this object represents a command and is an object itself, containing various properties like displayName, commandDescription, template, inputs, labels, defaults, and description. To add a new command, simply add a new property to this object following the same structure.
For a detailed guide on how to add your own commands, please view the source code of the main page and read the comments.