diff --git a/src/main.rs b/src/main.rs index c96b923..54bb856 100644 --- a/src/main.rs +++ b/src/main.rs @@ -46,7 +46,7 @@ enum Commands { auth_file: Option, /// The path to 'pixi.toml' or 'pyproject.toml' - #[arg(required = true, default_value = cwd().join("pixi.toml").into_os_string())] + #[arg(default_value = cwd().join("pixi.toml").into_os_string())] manifest_path: PathBuf, /// Output file to write the pack to