Read from standard in until EOF (if the option was specified)
arguments for the command
the response object to write to / log to if necessary
what type of command might have the --stdin option? If it's not "command" this method will return immediately
callback for when stdin reading is done. attemptedStdinRead: whether we tried to read standard in based on the arguments and command definition
Promise based API for reading the standard in if the arguments dictate to do so. The response is placed in the arguments to be passed on the the command handlers.
The yargs style command line arguments supplied by the user
The command response object (for messages, etc.)
The type of the command
stdin was read and false if it wasn't
Generated using TypeDoc
Options which can be reused between different Brightside commands