LazyDoc.CLI (LazyDoc v0.6.2)

View Source

The module LazyDoc.CLI provides a command-line interface for interacting with the LazyDoc functionality.

Description

It serves as the entry point for running various tasks related to LazyDoc, such as generating documentation, checking documentation status, and cleaning up generated files. It also handles the inclusion of necessary ebin paths for modules and processes command-line arguments to determine which task to execute.

Summary

Functions

Returns the result of the main application startup and functionality based on the provided arguments.

Functions

main(args)

Returns the result of the main application startup and functionality based on the provided arguments.

Parameters

  • args - a list of command-line arguments that dictate the behavior of the function.

Description

Initializes the application, loads configuration files, and runs specific tasks based on the provided arguments.