Commit 776b27e
authored
Add native Go CLI foundation (#103)
* Add native Go CLI foundation
- Add an experimental Go CLI shell with list, init, and start validation.
- Seed the Go service registry from the current TypeScript runtime contract.
- Cover the initial CLI and registry behavior with Go tests.
* Fix native Go foundation review issues
* Fix Go subcommand help exit codes
* Reject unexpected Go CLI arguments
* Fix native list service formatting
* Fix native Go CLI review issues
* Fix native Go CLI help output1 parent 7bc8bf7 commit 776b27e
7 files changed
Lines changed: 845 additions & 0 deletions
File tree
- .github/workflows
- cmd/emulate
- internal/runtime
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
27 | 32 | | |
28 | 33 | | |
29 | 34 | | |
30 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
31 | 40 | | |
32 | 41 | | |
33 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
0 commit comments