Skip to content

Commit

Permalink
notes on artisan
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Jun 10, 2015
1 parent fac6fc4 commit b5e3721
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions artisan.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,8 @@ Options may be retrieved just as easily as arguments using the `option` method.
// Retrieve all options...
$options = $this->option();

If the argument or option does not exist, `null` will be returned.

<a name="prompting-for-input"></a>
### Prompting For Input

Expand Down

0 comments on commit b5e3721

Please sign in to comment.