rad
Functions
pub fn do_main(workbook: Map(
List(String),
Task(Result(String, Snag)),
)) -> Nil
Applies arguments from the command line to the given
Workbook
, then processes the output and exits.
You can merge rad
’s
standard.workbook
with your own, or
replace it entirely.
See main
for more info.
pub fn main() -> Nil