Skip to content

Commit 52f6cb9

Browse files
committed
Style the code blocks
Signed-off-by: even-wei <[email protected]>
1 parent 5fec5ec commit 52f6cb9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/features/recce-debug.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ recce debug [OPTIONS]
2929

3030
When everything is properly configured, you'll see output like this:
3131

32-
```
32+
```shell
3333
────────────────────── Development Environment ──────────────────────
3434
[OK] Directory exists: target
3535
[OK] Manifest JSON file exists : target/manifest.json
@@ -50,7 +50,7 @@ Even when some components are missing, Recce can still launch with limited featu
5050

5151
#### Missing Base Environment Directory
5252

53-
```
53+
```shell
5454
────────────────────── Development Environment ──────────────────────
5555
[OK] Directory exists: target
5656
[OK] Manifest JSON file exists : target/manifest.json
@@ -68,7 +68,7 @@ Even when some components are missing, Recce can still launch with limited featu
6868

6969
#### Missing Base Environment Artifacts
7070

71-
```
71+
```shell
7272
────────────────────── Development Environment ──────────────────────
7373
[OK] Directory exists: target
7474
[OK] Manifest JSON file exists : target/manifest.json
@@ -91,7 +91,7 @@ Even when some components are missing, Recce can still launch with limited featu
9191

9292
When the database connection fails, you'll see output like this:
9393

94-
```
94+
```shell
9595
────────────────────── Development Environment ──────────────────────
9696
[OK] Directory exists: target
9797
[OK] Manifest JSON file exists : target/manifest.json

0 commit comments

Comments
 (0)