We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62917f2 commit 5bac75fCopy full SHA for 5bac75f
crates/theater-cli/src/commands/create.rs
@@ -12,7 +12,7 @@ pub struct CreateArgs {
12
#[arg(required = true)]
13
pub name: String,
14
15
- /// Template to use for the new actor
+ /// Template to use for the new actor (available: basic, http-server, message-server, supervisor)
16
#[arg(short, long, default_value = "basic")]
17
pub template: String,
18
0 commit comments