commands method
Returns the commands this provider contributes to the application.
Implementation
@override
List<ArtisanCommand> commands() => <ArtisanCommand>[
TelescopeInstallCommand(),
TelescopeTailCommand(),
TelescopeRequestsCommand(),
TelescopeQueriesCommand(),
TelescopeCachesCommand(),
TelescopeClearCommand(),
];