added the serve command

This commit is contained in:
2023-03-09 17:47:38 +01:00
parent 7bce49a8a9
commit fb147e5857
4 changed files with 9 additions and 17 deletions

View File

@@ -13,5 +13,7 @@ pub enum CommandArg {
/// Checks if everything required for docki is installed
Health,
/// Helper command for installing asciidoctor-reveal-js
InstallReveal
InstallReveal,
/// Starts a Webserver with the live preview of the Documentation
Serve
}