Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
indexer-example: change short option for --home-dir (#12471)
Needed to avoid this fatal error: ``` thread 'main' panicked at /Users/saketh/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.2.4/src/builder/debug_asserts.rs:115:17: Command indexer-example: Short option names must be unique for each argument, but '-h' is in use by both 'home_dir' and 'help' (call `cmd.disable_help_flag(true)` to remove the auto-generated `--help`) ```
- Loading branch information