Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle invocations like
cvd -h
or cvd --help
Treating it at `cvd help` uses existing logic, rather than trying to force the handling into selectors parsing or handle it as a "driver" flag (how `verbosity` is handled in `main`). The selector flags are already processed by this point and do not interfere. Bug: 387539609 Test: cvd -h Test: cvd --help Test: cvd -help version Test: cvd --instance_name=test -h Test: cvd --selector_typo=test -h
- Loading branch information