Skip to content
Snippets Groups Projects
Commit 4554ffe9 authored by Angelos Evripiotis's avatar Angelos Evripiotis
Browse files

doc/.../{developing,junctions}.run: --assume-yes

Update the examples in the documentation to be runnable by using the new
'--assume-yes' option to workspace close and reset.

Also removes trailing whitespace from those examples.
parent 50d81b20
No related branches found
No related tags found
Loading
......@@ -42,9 +42,9 @@ commands:
# Reset workspace
- directory: ../examples/developing/
output: ../source/sessions/developing-reset-workspace.html
command: workspace reset hello.bst
command: workspace reset --assume-yes hello.bst
# Discard workspace
- directory: ../examples/developing/
output: ../source/sessions/developing-discard-workspace.html
command: workspace close --remove-dir hello.bst
command: workspace close --remove-dir --assume-yes hello.bst
......@@ -17,4 +17,4 @@ commands:
# Remove the workspace
- directory: ../examples/junctions
command: workspace close --remove-dirs hello-junction.bst:hello.bst
command: workspace close --remove-dir --assume-yes hello-junction.bst:hello.bst
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment