Skip to content

Commit bfb6765

Browse files
Put console output into collapsible section
1 parent 737df04 commit bfb6765

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ The following should work on Windows using PowerShell, macOS and (soon) glibc-ba
1313
git clone --branch V2_4 https://github.com/diskuv/dk.git dksrc
1414
```
1515

16-
```text
17-
Cloning into 'dksrc'...
18-
```
19-
2016
<!-- TODO: dk0 run requires user prompting.
2117
So mdx is disabled until dk0 has an option and environment variable to accept that.
2218
The environment variable would work better with mdx generation of README.md.
@@ -26,6 +22,9 @@ Manual regeneration? Prefix with `yes |`, disable MDX skip and sanitize paths (m
2622
dksrc/dk0 --20251217 -nosysinc run dksrc/samples/2025/AsciiArt.cs --delay 1000 "This is line one" "This is another line" "This is the last line"
2723
```
2824

25+
<details>
26+
<summary>Console Output</summary>
27+
2928
```text
3029
The script `dksrc/samples/2025/AsciiArt.cs` (OurScript_Std.Xewxvzupgqaehc3qi.Run@0.1.0+bn-20250101000000)
3130
is requesting permission to run:
@@ -52,8 +51,8 @@ Warning: Compiler server returned unexpected response: CannotConnectResponse
5251
/ / / _ \ / / (_-< / / (_-< / __/ / _ \/ -_) / / / _ `/ (_-</ __/ / / / / / _ \/ -_)
5352
/_/ /_//_//_/ /___/ /_/ /___/ \__/ /_//_/\__/ /_/ \_,_/ /___/\__/ /_/ /_/ /_//_/\__/
5453
55-
5654
```
55+
</details>
5756

5857
What did we accomplish?
5958

0 commit comments

Comments
 (0)