Skip to content

Commit ea83f97

Browse files
committed
update readme
1 parent d181efb commit ea83f97

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,17 @@ Replacer slot can be any string value you want to use. You can use something lik
173173
- `{{something else}}`
174174
- `__AnythingYouWant__`
175175

176+
#### `IReplacerSlotQuestion`
177+
178+
Below is an example of what you receive from the `onComplete` callback.
179+
180+
```javascript
181+
{question: 'Insert model name', slot: '__model__'}
182+
```
183+
184+
- `question` - The question to ask the use what value should be used for the replacer `slot`
185+
- `slot` - The string value for the [Replacer Slots](#replacer-slots-or-ireplacerslotquestion)
186+
176187
### Case Converters
177188

178189
[Case Converters](#case-converters) transform the string value entered upon use of the generator.

0 commit comments

Comments
 (0)