Credo v1.1.5 Credo.CLI View Source
Credo.CLI
is the entrypoint for both the Mix task and the escript.
It takes the parameters passed from the command line and translates them into
a Command module (see the Credo.CLI.Command
namespace), the work directory
where the Command should run and a Credo.Execution
struct.
Link to this section Summary
Link to this section Functions
Runs Credo’s main process.