Skip to content

Commit 9e53b8b

Browse files
committed
add default manifest.toml to process
1 parent 04b5506 commit 9e53b8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/theater-cli/src/commands/process.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ use theater::utils::resolve_reference;
1313
#[derive(Debug, Parser)]
1414
pub struct ProcessArgs {
1515
/// Path or URL to the actor manifest file
16-
#[arg(required = true)]
16+
#[arg(default_value = "manifest.toml")]
1717
pub manifest: String,
1818

1919
/// Address of the theater server

0 commit comments

Comments
 (0)