There was an error while loading. Please reload this page.
1 parent f55a230 commit 9613699Copy full SHA for 9613699
1 file changed
components/builder-api/src/main.rs
@@ -42,7 +42,7 @@ enum Commands {
42
Start {
43
/// Filepath to configuration file.
44
#[arg(short, long)]
45
- config: Option<String>,
+ config: Option<PathBuf>,
46
47
/// Filepath to store packages, keys, and other artifacts.
48
0 commit comments