UTPM is a package manager for local and remote Typst packages. Quickly create and manage projects and templates on your system, and publish them directly to Typst Universe.
usecrate::args::get_args;/// Returns if we want to execute a dry-run or not
////// Defaults to `false` if not explicitly set.
pubfnget_dry_run()->bool{get_args().dry_run
}