Skip to content

Commit 57a54db

Browse files
docs: drop io-dir layout and logging sections from --help
Keep the CLI help focused on options and usage examples; the io-dir layout and startup/logging behaviour are covered in the README and docs/. The README usage block is regenerated to match the trimmed --help output. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent a5feb86 commit 57a54db

2 files changed

Lines changed: 0 additions & 40 deletions

File tree

README.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -80,26 +80,6 @@ options:
8080
--io-dir IO_DIR directory for all input/output artifacts (default: a fresh
8181
temporary directory)
8282
83-
io-dir layout:
84-
All input and output lives in the io-dir. With --io-dir omitted, a fresh
85-
temporary directory is used, so each launch starts from an empty chain and
86-
leaves the working directory untouched.
87-
88-
state.kore the world state
89-
metadata.json the ledger counter
90-
receipts/ one receipt file per transaction
91-
traces/ one execution trace per transaction
92-
requests/ an archive of each request
93-
94-
Each transaction and request gets its own file, so nothing grows without
95-
bound. Point --io-dir at the same directory on the next launch to resume the
96-
same chain, or at an empty directory to start over.
97-
98-
logging:
99-
On startup the server logs, to stderr, the io-dir path, the address it is
100-
listening on, and whether it is starting fresh or resuming an existing chain.
101-
Every incoming request is logged to stderr as well.
102-
10383
examples:
10484
komet-node serve on localhost:8000 in a fresh temp dir
10585
komet-node --port 9000 use a custom port

src/komet_node/__main__.py

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,6 @@
1010
_DESCRIPTION = 'Komet Node — a local Stellar testnet backed by the K semantics of Soroban.'
1111

1212
_EPILOG = """\
13-
io-dir layout:
14-
All input and output lives in the io-dir. With --io-dir omitted, a fresh
15-
temporary directory is used, so each launch starts from an empty chain and
16-
leaves the working directory untouched.
17-
18-
state.kore the world state
19-
metadata.json the ledger counter
20-
receipts/ one receipt file per transaction
21-
traces/ one execution trace per transaction
22-
requests/ an archive of each request
23-
24-
Each transaction and request gets its own file, so nothing grows without
25-
bound. Point --io-dir at the same directory on the next launch to resume the
26-
same chain, or at an empty directory to start over.
27-
28-
logging:
29-
On startup the server logs, to stderr, the io-dir path, the address it is
30-
listening on, and whether it is starting fresh or resuming an existing chain.
31-
Every incoming request is logged to stderr as well.
32-
3313
examples:
3414
komet-node serve on localhost:8000 in a fresh temp dir
3515
komet-node --port 9000 use a custom port

0 commit comments

Comments
 (0)