updated help texts
This commit is contained in:
@@ -17,12 +17,14 @@ pub enum ShellArg {
|
|||||||
pub enum CommandArg {
|
pub enum CommandArg {
|
||||||
/// Builds the documentation into a dist folder
|
/// Builds the documentation into a dist folder
|
||||||
Build {
|
Build {
|
||||||
|
/// When set to true, docki will download revealjs before building the documentation.
|
||||||
|
/// Otherwise it will use the cdn for revealjs
|
||||||
#[arg(short, long)]
|
#[arg(short, long)]
|
||||||
offline_reveal: bool,
|
offline_reveal: bool,
|
||||||
},
|
},
|
||||||
/// Checks if everything required for docki is installed
|
/// Checks if everything required for docki is installed
|
||||||
Health,
|
Health,
|
||||||
/// Helper command for installing asciidoctor-reveal-js
|
/// Deprecated: Helper command for installing asciidoctor-reveal-js
|
||||||
InstallReveal,
|
InstallReveal,
|
||||||
/// Starts a Webserver with the live preview of the Documentation
|
/// Starts a Webserver with the live preview of the Documentation
|
||||||
Serve {
|
Serve {
|
||||||
|
|||||||
Reference in New Issue
Block a user