added a little bit of documentation for the commands

This commit is contained in:
2023-03-08 21:47:15 +01:00
parent 9546321465
commit 7bce49a8a9

View File

@@ -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
}