Erl2ex v0.0.1 Erl2ex.Cli

This module provides the command line interface for the erl2ex binary and the mix erl2ex task.

Summary

Functions

Runs the erl2ex binary, given a set of command line arguments. Does not return. Instead, halts the VM on completion with the appropriate OS result code

Runs the erl2ex binary, given a set of command line arguments. Returns the OS result code, which is 0 for success or nonzero for failure

Functions

main(argv)

Specs

main([String.t]) :: none

Runs the erl2ex binary, given a set of command line arguments. Does not return. Instead, halts the VM on completion with the appropriate OS result code.

run(argv)

Specs

run([String.t]) :: non_neg_integer

Runs the erl2ex binary, given a set of command line arguments. Returns the OS result code, which is 0 for success or nonzero for failure.