Penguin-KarChunTKarChunT

Dry Run Mode

Learn how to use dry run mode in Taskfile to preview task execution without making changes.

You can use the --dry flag to preview the execution of tasks without actually running them. This is useful for debugging/verifying what actions will be taken before executing a task.

task --dry <task>