Expand description
The main dispatching functions for the entire Xvc CLI
Re-exports§
pub use api::*;
Modules§
- api
- The
xvc
API. - cli
- Main CLI interface for Xvc
- error
- Error handling for Xvc library
- init
- Initialize an Xvc repository
Functions§
- dispatch
- Adds
xvc
as the first elements toargs
and calls cli::dispatch after parsing them.