updated readme

This commit is contained in:
2023-04-28 09:23:33 +00:00
parent b5828d79c8
commit a3b8ba612c
10 changed files with 361 additions and 125 deletions

View File

@@ -19,5 +19,7 @@ pub enum CommandArg {
/// Port for the Live Server
#[arg(short, long)]
port: Option<u16>
}
},
/// Information about the completions
Completions
}