Commit graph

3 commits

Author SHA1 Message Date
kuwacom 49f41b8bce add: add nlohmann/json json lib 2026-03-08 01:08:23 +09:00
kuwacom 5f118ca6a4 update: enhance command line completion with predictive hints
Like most command line tools, it highlights predictions in gray.
2026-03-07 16:56:56 +09:00
kuwacom 965a859b40 add: add implementing interactive command line using linenoise
- Integrated linenoise library for line editing and completion in the server console.
- Updated ServerLogger to handle external writes safely during logging.
- Modified ServerMain to initialize and manage the ServerCli for command input.
- The implementation is separate from everything else, so it doesn't affect anything else.
- The command input section and execution section are separated into threads.
2026-03-07 16:48:58 +09:00