summaryrefslogtreecommitdiff
path: root/src/cli/install.rs
blob: a8ec5ebdf8adf2b53726be2766daa93b6d3d5254 (plain) (blame)
1
2
3
4
5
6
7
8
use crate::errors::CliError;



pub fn install() -> Result<(), CliError> {

    Ok(())
}