Skip to content

Commit 5bac75f

Browse files
committed
update docs
1 parent 62917f2 commit 5bac75f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub struct CreateArgs {
1212
#[arg(required = true)]
1313
pub name: String,
1414

15-
/// Template to use for the new actor
15+
/// Template to use for the new actor (available: basic, http-server, message-server, supervisor)
1616
#[arg(short, long, default_value = "basic")]
1717
pub template: String,
1818

0 commit comments

Comments
 (0)