Deciduex.CLI (deciduex v0.14.0-beta.3)

Copy Markdown View Source

CLI entry point. Dispatches subcommands.

Summary

Functions

Exit with error code. When :deciduex, :raise_on_exit is true (test mode), raises instead of halting the VM.

Functions

exit_with_error(code \\ 1)

@spec exit_with_error(integer()) :: no_return()

Exit with error code. When :deciduex, :raise_on_exit is true (test mode), raises instead of halting the VM.

main(args)