added a little bit of documentation for the commands
This commit is contained in:
@@ -8,7 +8,10 @@ pub struct Args {
|
|||||||
|
|
||||||
#[derive(Subcommand)]
|
#[derive(Subcommand)]
|
||||||
pub enum CommandArg {
|
pub enum CommandArg {
|
||||||
|
/// Builds the documentation into a dist folder
|
||||||
Build,
|
Build,
|
||||||
|
/// Checks if everything required for docki is installed
|
||||||
Health,
|
Health,
|
||||||
|
/// Helper command for installing asciidoctor-reveal-js
|
||||||
InstallReveal
|
InstallReveal
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user