View Source CliAppHelper.Entrypoint behaviour (cli_app_helper v0.1.1)

Defines an entrypoint (main module) for a CLI application

Link to this section Summary

Link to this section Callbacks

@callback commands() :: %{required(String.t()) => term()}
@callback helper_text() :: String.t()
@callback main(args :: [String.t()]) :: nil