@@ -29,7 +29,7 @@ recce debug [OPTIONS]
2929
3030When 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
9292When 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