You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Commands/DownloadCommand.php
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,11 @@
8
8
9
9
class DownloadCommand extends Command
10
10
{
11
-
protected$signature = 'tailwindcss:download {--force : If the file already exists, we will not touch it. Use this flag if you want to replace it with a new version.}';
11
+
protected$signature = 'tailwindcss:download
12
+
{--force : If the file already exists, we will not touch it. Use this flag if you want to replace it with a new version.}
13
+
{--timeout=600 : Timeout in seconds. Defaults to 5 mins (600s).}
14
+
';
15
+
12
16
protected$description = 'Downloads the Tailwind CSS binary for the version specified in your config/tailwindcss.php.';
0 commit comments