AutomaticOptionsProviderInterface
interface AutomaticOptionsProviderInterface (View source)
Option providers can add options to commands based on the annotations present in a command. For example, a command that specifies @fields will automatically be given --format and --fields options.
Methods
InputOption[]
Details
InputOption[]
automaticOptions(CommandInfo $commandInfo)
No description