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: docs/advanced-usage/using-signature-handlers.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Using signature handlers
3
3
weight: 2
4
4
---
5
5
6
-
A console command in Laravel can make use of a `signature` to set expectations on the input. A signature allows you to <ahref="https://laravel.com/docs/5.2/artisan#command-io">">easily define arguments and options</a>.
6
+
A console command in Laravel can make use of a `signature` to set expectations on the input. A signature allows you to <ahref="https://laravel.com/docs/5.2/artisan#command-io">easily define arguments and options</a>.
7
7
8
8
If you let your handler extend `Spatie\SlashCommand\Handlers\SignatureHandler` you can make use of a `$signature` and the `getArgument` and `getOption` methods to get the values of arguments and options.
0 commit comments