commands method

  1. @override
List<ArtisanCommand> commands()

Returns the commands this provider contributes to the application.

Implementation

@override
List<ArtisanCommand> commands() => <ArtisanCommand>[
      TelescopeInstallCommand(),
      TelescopeTailCommand(),
      TelescopeRequestsCommand(),
      TelescopeQueriesCommand(),
      TelescopeCachesCommand(),
      TelescopeClearCommand(),
    ];