File tree 3 files changed +6
-0
lines changed
3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 5
5
use Derekmd \Dusk \DuskFile ;
6
6
use Illuminate \Console \Command ;
7
7
use Illuminate \Support \Str ;
8
+ use Symfony \Component \Console \Attribute \AsCommand ;
8
9
10
+ #[AsCommand(name: 'dusk:chrome ' )]
9
11
class ChromeCommand extends Command
10
12
{
11
13
/**
Original file line number Diff line number Diff line change 7
7
use Derekmd \Dusk \OperatingSystem ;
8
8
use Illuminate \Console \Command ;
9
9
use RuntimeException ;
10
+ use Symfony \Component \Console \Attribute \AsCommand ;
10
11
11
12
/**
12
13
* @copyright Proxy downloads are based on https://github.com/staudenmeir/dusk-updater
13
14
* by Jonas Staudenmeir.
14
15
*/
16
+ #[AsCommand(name: 'dusk:firefox-driver ' )]
15
17
class FirefoxDriverCommand extends Command
16
18
{
17
19
use DownloadsBinaries;
Original file line number Diff line number Diff line change 3
3
namespace Derekmd \Dusk \Console ;
4
4
5
5
use Illuminate \Console \Command ;
6
+ use Symfony \Component \Console \Attribute \AsCommand ;
6
7
8
+ #[AsCommand(name: 'dusk:install-firefox ' )]
7
9
class InstallCommand extends Command
8
10
{
9
11
/**
You can’t perform that action at this time.
0 commit comments