builder method

CommandBuilder builder(
  1. CommandBuilder command
)

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;