|
@@ -8,7 +8,7 @@ class MakeStrategy extends GeneratorCommand
|
|
|
{
|
|
|
protected $signature = 'scribe:strategy
|
|
|
{name : Name of the class.}
|
|
|
- {stage : Stage the strategy belongs to. One of "metadata", "urlParameters", "queryParameters", "bodyParameters", "headers", "responseFields", "responses".}
|
|
|
+ {stage : The stage the strategy belongs to. One of "metadata", "urlParameters", "queryParameters", "bodyParameters", "headers", "responses", "responseFields".}
|
|
|
{--force : Overwrite file if it exists}
|
|
|
';
|
|
|
|