omnigraph/crates/omnigraph-cli/tests
Ragnor Comerford fada7cf404
refactor(cli,server): rename the --target flag to --graph (no alias)
The graph-selection flag is now `--graph` (the canonical noun, matching
`graphs:`/`cli.graph`) with NO `--target` compat alias — a clean break, to avoid
two-names-for-one-thing confusion. Applied across the 21 `omnigraph` subcommands
and the `omnigraph-server` binary (the field stays `target` internally;
`value_name = "GRAPH"` keeps help text clean). Updates the user-facing "no graph to
serve" and stored-query selection-hint error messages, plus the two cli.rs tests
that drove `--target`.

Breaking: `--target` is removed (now an unknown-flag error); use `--graph`. `uri`
is unchanged (positional or `--uri` per command — deliberately not folded into a
shared arg, since the two uri patterns can't share one flattened definition without
a breaking uri-form change). `--target-branch` (policy explain) is unrelated and
untouched. Code comments and docs still referencing `--target` are swept in L8 with
the docs.
2026-06-03 18:34:48 +02:00
..
support Rename repo terminology to graph (#118) 2026-05-24 16:46:00 +01:00
cli.rs refactor(cli,server): rename the --target flag to --graph (no alias) 2026-06-03 18:34:48 +02:00
system_local.rs Stored-query registry foundation + config/CLI RFC-002 (#128) 2026-06-01 22:50:31 +02:00
system_remote.rs style: apply rustfmt across the workspace 2026-06-03 15:48:47 +02:00