Skip to content

Commit f054b7e

Browse files
author
Abhiswant Chaudhary
authored
docs(metassr-cli): add missing doc comment for subcommand (#84)
* docs(metassr-cli): add missing doc comment for subcommand Signed-off-by: Abhiswant Chaudhary <abhiswant0324@gmail.com> * fix: resolve formatting issues in CLI documentation Signed-off-by: Abhiswant Chaudhary <abhiswant0324@gmail.com> --------- Signed-off-by: Abhiswant Chaudhary <abhiswant0324@gmail.com>
1 parent c8bd6e6 commit f054b7e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

metassr-cli/src/cli/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ pub enum Commands {
8989
template: Option<Template>,
9090
},
9191

92+
/// Starts the development server with file watching and live reload.
9293
Dev {
9394
/// port number on which the HTTP server will run
9495
#[arg(long, default_value_t = 8080)]

0 commit comments

Comments
 (0)