added a little bit of documentation for the commands
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user