--max-workers <Number>Lets you tell Parslet exactly how many “assistant chefs” to use. If you don’t use this, Parslet will decide for you based on your device’s power.
--battery-modeThis is the power-saver button. It tells Parslet to be gentle on your battery. See Running on Fumes? Use Battery-Saver Mode! to learn more.
--monitorWant to watch your recipe as it runs? This button starts up a little dashboard so you can see your tasks’ progress in real-time.
--failsafe-modeIf a task fails because your device runs out of resources, this button tells Parslet to try again in a slower, safer way.
--checkpoint-file <your_file.json>This is the “save my progress” button. It’s a lifesaver for long recipes.
--simulateThis is the “preview” button. It will show you the flowchart for your recipe and check your device’s RAM and battery, but it won’t actually run any of the tasks. It’s great for double-checking your work.
--context <Name>Declare a luxury “scene” that should be considered active for this run. You can specify this flag multiple times. It partners with the new @parslet_task(contexts=[...]) decorator to gate tasks until the right conditions (like network.online or battery>=60) are met.
--conciergeTreat yourself to Parslet’s concierge briefing and ledger. You’ll see a curated pre-flight summary of live detectors and a post-run ledger that reads like a boutique operations report.
--concierge-runbook <Path>Ask Parslet to write a JSON dossier with the complete itinerary, including context evaluations and execution timings. Perfect for sharing with clients or teammates.
--export-dot / --export-pngThese buttons tell Parslet to take a picture of your recipe’s flowchart for you. See Exporting for more details.
--log-level and --verboseThese control how much information Parslet prints to the screen while it’s working. If you have the Rich library installed, it will even show you a beautiful, colorful report card for your tasks.