Expand description
VX - Universal Development Tool Manager
This is the root library crate that re-exports the main CLI functionality and provides integration test support.
Modules§
- cli
- commands
- CLI command implementations
- tracing_
setup - ui
- User interface utilities
Macros§
- progress_
span - Macro for creating instrumented async functions with progress bars This replaces our custom progress decorators with standard tracing spans
- with_
progress_ events - Enhanced macro that adds success/error events to spans
- with_
progress_ span - Macro for executing operations with automatic progress indication Uses tracing spans which automatically get progress bars via tracing-indicatif
Structs§
Functions§
- main
- Main entry point for the VX CLI application This function sets up the plugin registry and runs the CLI
- setup_
tracing - Setup tracing with default settings