Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/extending.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down