diff --git a/AGENTS.md b/AGENTS.md index 9f231c07..ed2868ca 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -623,7 +623,7 @@ the directive and it's inert at runtime. To review the generated shell as ordinary files: ```bash -cargo run -- export-bash-scripts --out /tmp/ado-aw-shell +cargo run -- export-bash-scripts --output /tmp/ado-aw-shell ``` ### Markdown-only smoke suite diff --git a/docs/extending.md b/docs/extending.md index 7a84e95d..af573ae0 100644 --- a/docs/extending.md +++ b/docs/extending.md @@ -457,8 +457,8 @@ ShellScript::new(&START_CONTAINER) ### Reviewing the scripts as files ```bash -cargo run -- export-bash-scripts --out /tmp/ado-aw-shell -cargo run -- export-bash-scripts --out /tmp/ado-aw-shell --format json +cargo run -- export-bash-scripts --output /tmp/ado-aw-shell +cargo run -- export-bash-scripts --output /tmp/ado-aw-shell --format json ``` Writes one `.sh` per registered script with a provenance header naming the