signature property
Optional Laravel-style signature DSL. When set, name derives from it and configure auto-registers the declared options/flags.
See CommandSignature for the full grammar.
Implementation
@override
String get signature => 'deeplink:doctor '
'{--verbose : Show detailed diagnostic information} '
'{--remote : Also fetch the association files from the live domain}';