docs: add doc for create command
This commit is contained in:
parent
30ef0c232f
commit
8bf56d2c03
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ struct Mcsm {
|
||||||
|
|
||||||
#[derive(Subcommand)]
|
#[derive(Subcommand)]
|
||||||
enum Commands {
|
enum Commands {
|
||||||
|
/// create a new minecraft server
|
||||||
Create { project_name: String },
|
Create { project_name: String },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue