builder method
Declare the options and flags this command accepts.
Metro parses the terminal arguments against this schema before anything reaches the app, so typos fail in the terminal.
Implementation
CommandBuilder builder(CommandBuilder command) => command;