Expand description
Help heading constants and taxonomy helpers for sqry CLI
This module provides a single source of truth for help text organization, ensuring consistent grouping across all commands and subcommands.
Tested with clap 4.5.x - heading behavior may change in future versions.
Constants§
- ADVANCED_
CONFIGURATION - Advanced configuration (cache dirs, etc.)
- ALIAS_
CONFIGURATION - Alias command configuration options
- ALIAS_
INPUT - Alias command input specification
- BATCH_
INPUTS - Batch command input sources
- BATCH_
OUTPUT_ TARGETS - Batch command output targets
- BATCH_
SESSION_ CONTROL - Batch session control and resilience
- CACHE_
INPUT - Cache input paths
- COMMON_
OPTIONS - Common options that appear across all commands
- COMPLETIONS_
SHELL_ TARGETS - Completions shell targets
- CONFIG_
INPUT - Config command input specification
- CYCLE_
OPTIONS - Cycle detection options
- DIAGRAM_
CONFIGURATION - Diagram configuration and formatting
- DUPLICATE_
OPTIONS - Duplicate detection options
- EXPORT_
OPTIONS - Export format options
- FILE_
FILTERING - File filtering and traversal
- GRAPH_
ANALYSIS_ INPUT - Graph analysis input targets
- GRAPH_
ANALYSIS_ OPTIONS - Graph analysis options
- GRAPH_
CONFIGURATION - Graph command root-level configuration
- GRAPH_
FILTERING - Graph filtering and constraints
- GRAPH_
OUTPUT_ OPTIONS - Graph output customization
- HISTORY_
CONFIGURATION - History command configuration options
- HISTORY_
INPUT - History command input specification
- INDEX_
CONFIGURATION - Index build configuration options
- INDEX_
INPUT - Index command input configuration
- INDEX_
MANAGEMENT - Index management operations
- INSIGHTS_
CONFIGURATION - Insights command configuration
- INSIGHTS_
OUTPUT - Insights output options
- MATCH_
BEHAVIOUR - Match behavior configuration (case, exact, regex)
- NL_
CONFIGURATION - Natural language translation configuration
- NL_
INPUT - Natural language query input
- OUTPUT_
CONTROL - Output formatting and presentation
- PERFORMANCE_
DEBUGGING - Performance and debugging options
- PERFORMANCE_
TUNING - Performance tuning for indexing and queries
- PERSISTENCE_
OPTIONS - Query persistence options (for –save-as on query/search)
- PLUGIN_
SELECTION - Plugin selection and cost-tier controls.
- QUERY_
INPUT - Query input specification
- REPAIR_
OPTIONS - Repair command options
- SAFETY_
CONTROL - Safety controls for destructive operations
- SEARCH_
INPUT - Search input specification
- SEARCH_
MODES - Search mode selection (fuzzy, semantic, text)
- SEARCH_
MODES_ FUZZY - Fuzzy search configuration
- SECURITY_
LIMITS - Security limits for query execution (CD Static Analysis)
- SHELL_
CONFIGURATION - Shell command configuration
- TRAVERSAL_
CONTROL - Graph traversal control
- UNUSED_
OPTIONS - Unused code detection options
- UPDATE_
CONFIGURATION - Update command configuration
- UTILITIES
- Utilities grouping for batch and completions
- VISUALIZATION_
INPUT - Visualization input specification
- WATCH_
CONFIGURATION - Watch command configuration
- WORKSPACE_
CONFIGURATION - Workspace configuration options
- WORKSPACE_
INPUT - Workspace input paths
Functions§
- apply_
root_ layout - Apply root-level command layout by setting subcommand headings
- normalize
- Normalize command for deterministic help output in tests