pub(crate) fn run_init_bootstrap(
root: &Path,
db_path: &Path,
config_path: Option<&Path>,
options: &InitBootstrapOptions,
) -> Result<InitSetupReport, CliError>Expand description
Run the one-call first-run init bootstrap.
pub(crate) fn run_init_bootstrap(
root: &Path,
db_path: &Path,
config_path: Option<&Path>,
options: &InitBootstrapOptions,
) -> Result<InitSetupReport, CliError>Run the one-call first-run init bootstrap.