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
{{ message }}
This repository was archived by the owner on Jan 2, 2018. It is now read-only.
| --html | If HTML should be generated. (Not supported yet) |`false`|`Boolean`| No ||
43
+
| --markdown | If markdown should be generated. |`true`|`Boolean`| No ||
44
+
| --mode | The platform that is to be used, for link generation. |`"github.com"`| `/github\.com|nodejs\.org|bitbucket\.org|ghost\.org|gitlab\.com/` | No ||
45
+
| --output | A directory to place the generated documentation inside of. |`"docs"`|`String`| No | No |
46
+
| --project | If the projects configuration and actions should be included. |`false`|`Boolean`| No ||
Copy file name to clipboardExpand all lines: extensions/roc-plugin-react-dev/docs/Hooks.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,10 +10,13 @@
10
10
11
11
Expected to return new settings that should be merged with the existing ones.
12
12
13
+
Makes it possible to modify the settings object before a command is started and after potential arguments from the command line and configuration file have been parsed. This is a good point to default to some value if no was given or modify something in the settings.
14
+
13
15
__Initial value:___Nothing_
14
16
__Expected return value:__`{}`
15
17
16
18
#### Arguments
19
+
17
20
| Name | Description | Type | Required | Can be empty |
0 commit comments