Skip to main content

handle_export

Function handle_export 

Source
pub async fn handle_export(
    config: &Config,
    format: EnvWorkspaceExportFormat,
    workspace_arg: Option<&Path>,
    mode: &str,
    output: &Path,
    include_secrets: bool,
    force: bool,
    dry_run: bool,
) -> Result<()>