mirror of
https://github.com/ModernRelay/omnigraph.git
synced 2026-06-09 01:35:18 +02:00
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. |
||
|---|---|---|
| .. | ||
| examples | ||
| src | ||
| tests | ||
| Cargo.toml | ||