handle_docs

Function handle_docs 

Source
pub fn handle_docs(args: DocsArgs) -> Result<()>
Expand description

Handles the documentation generation command.

ยงErrors

Returns an error if:

  • The .envx/config.yaml file does not exist
  • The project configuration cannot be loaded
  • The output file cannot be written to
  • Markdown generation fails