Saffron exports two functions: command and init. The command function is almost identical to Yargs' command() function (object form) with several additional options. The init function is analogous to "calling" yargs.argv to initialize the argument parser.
When building CLIs with Saffron, commandmust be called once for each command the application needs to register. Then, initmust be called to initialize the application.