Forward CLI Arguments to a Command¶
You can forward CLI arguments to a command in Taskfile by using the -- syntax. This allows you to pass additional arguments directly to the command being executed.
You can forward CLI arguments to a command in Taskfile by using the -- syntax. This allows you to pass additional arguments directly to the command being executed.