From 7bce49a8a9b92cc6ed07575877525b4a64469d2b Mon Sep 17 00:00:00 2001 From: quirinecker Date: Wed, 8 Mar 2023 21:47:15 +0100 Subject: [PATCH] added a little bit of documentation for the commands --- src/app/args/structure.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/app/args/structure.rs b/src/app/args/structure.rs index f048ecc..3ec5d63 100644 --- a/src/app/args/structure.rs +++ b/src/app/args/structure.rs @@ -8,7 +8,10 @@ pub struct Args { #[derive(Subcommand)] pub enum CommandArg { + /// Builds the documentation into a dist folder Build, + /// Checks if everything required for docki is installed Health, + /// Helper command for installing asciidoctor-reveal-js InstallReveal }