High-performance implementation of plcbundle written in Rust

refactor(cli): remove visible_alias from query command

The visible_alias "q" is redundant since the command already has an alias "q". This simplifies the code without changing functionality.

-1
-1
src/cli/cmd_query.rs
··· 32 32 Use --json for pretty-printed JSON output, or --stats-only to see query 33 33 statistics without outputting results.", 34 34 alias = "q", 35 - visible_alias = "q", 36 35 help_template = crate::clap_help!( 37 36 examples: " # Simple path query (extract DID field)\n \ 38 37 {bin} query did\n\n \