Nexus.CLI.Help (nexus_cli v0.6.0)

View Source

Provides functionality to display help messages based on the CLI AST.

Summary

Functions

Displays help information for the given command path.

Functions

display(cli, command_path \\ [])

@spec display(Nexus.CLI.t(), [atom()]) :: :ok

Displays help information for the given command path.

If no command path is provided, it displays the root help.