Commit cb7ff3c
committed
fix: rerun hint points at
The launcher success footer previously told users to rerun
`node dexbot test` (or `node dexbot drystart` for dry runs).
The canonical restart entry point is now `node unlock`, which
takes `--dryrun` as a flag rather than a separate subcommand.
Changes:
- dexbot.ts: replace the per-mode command string with a single
`node unlock` invocation; inject ` --dryrun` for dry runs so a
`drystart` user is not silently downgraded to live mode on
relaunch. Shorten the trailing clause to drop the redundant
"to start it again" / "in dry-run mode" suffix.
- tests/test_dexbot_startup_output.ts: update the assertion to
match the new hint text.node unlock and preserves dry-run mode1 parent 9b3f4f1 commit cb7ff3c
2 files changed
Lines changed: 4 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
366 | | - | |
367 | | - | |
| 366 | + | |
368 | 367 | | |
369 | 368 | | |
370 | 369 | | |
371 | 370 | | |
372 | | - | |
| 371 | + | |
373 | 372 | | |
374 | | - | |
| 373 | + | |
375 | 374 | | |
376 | 375 | | |
377 | 376 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | | - | |
| 242 | + | |
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
| |||
0 commit comments