pub fn update(
app_config: &AppConfig,
repo_name: &Option<String>,
quiet: bool,
verbose: bool,
force: bool,
) -> Result<()>Expand description
Update dotfiles from git repository and deploy. If repo is specified, update only specified repo. If repo is not specified, update all repos.
ยงArguments
repo- repository namequiet- quiet modeverbose- verbose mode