Commands
Print mode
Use -p or --print for one-shot output in scripts, shell pipelines, and repeatable checks.
Print mode is useful when you want IMD to return a direct answer instead of opening an interactive session.
One-shot prompt
Use -p or --print when you want IMD to return a direct answer instead of opening an interactive session.
Print mode
Runs a direct prompt and returns output without opening a session.
imd -p "Clean this CSV and summarize the issues"Use in scripts
Print mode fits shell pipelines, repeatable checks, and automated review steps where output should go directly back to the terminal.
Select model for print mode
Add --model when a one-shot job needs a specific model route.
Terminal
imd --model minimax-m2.7 -p "Clean this CSV and summarize the issues"