xvc-file 0.6.17

File tracking, versioning, upload and download functions for Xvc
Documentation
1
2
3
4
5
6
use clap::Parser;

fn main() -> xvc_file::error::Result<()> {
    let cli_opts = xvc_file::XvcFileCLI::parse();
    xvc_file::dispatch(cli_opts)
}