omnigraph/crates/omnigraph-cli/src
aaltshuler 916015c416 refactor(cli): split main.rs into cli/helpers/output modules
Verbatim moves: the clap surface (every command/subcommand/arg struct) to
cli.rs, resolution helpers (config/actor/graph/branch/query, remote HTTP,
env/token, scaffolding) to helpers.rs, human/JSON formatting to output.rs,
the in-source test mod to main_tests.rs via #[path]. main.rs (1,184 lines)
keeps main() and the dispatch match. Visibility bumps only; 22 binary
tests green.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 15:14:27 +03:00
..
cli.rs refactor(cli): split main.rs into cli/helpers/output modules 2026-06-11 15:14:27 +03:00
embed.rs Initial public Omnigraph repository 2026-04-10 20:49:41 +03:00
helpers.rs refactor(cli): split main.rs into cli/helpers/output modules 2026-06-11 15:14:27 +03:00
main.rs refactor(cli): split main.rs into cli/helpers/output modules 2026-06-11 15:14:27 +03:00
main_tests.rs refactor(cli): split main.rs into cli/helpers/output modules 2026-06-11 15:14:27 +03:00
output.rs refactor(cli): split main.rs into cli/helpers/output modules 2026-06-11 15:14:27 +03:00
read_format.rs Initial public Omnigraph repository 2026-04-10 20:49:41 +03:00