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
| api | string |**REQUIRED.** Path to the API description file that you want to split into a multi-file structure. |
30
-
| --config | string | Specify path to the [configuration file](../configuration/index.md). |
31
-
| --help | boolean | Show help. |
32
-
| --lint-config | string | Specify the severity level for the configuration file. <br/> **Possible values:**`warn`, `error`, `off`. Default value is `warn`. |
33
-
| --outDir | string |**REQUIRED.** Path to the directory where you want to save the split files. If the specified directory doesn't exist, it is created automatically. |
34
-
| --separator | string | File path separator used while splitting. The default value is `_`. This controls the file names generated in the `paths` folder (e.g. `/users/create` path becomes `user_create.yaml`). |
| api | string |**REQUIRED.** Path to the API description file that you want to split into a multi-file structure. |
30
+
| --config | string | Specify path to the [configuration file](../configuration/index.md). |
31
+
| --help | boolean | Show help. |
32
+
| --lint-config | string | Specify the severity level for the configuration file. <br/> **Possible values:**`warn`, `error`, `off`. Default value is `warn`. |
33
+
| --outDir | string |**REQUIRED.** Path to the directory where you want to save the split files. If the specified directory doesn't exist, it is created automatically. |
34
+
| --separator | string | File path separator used while splitting. The default value is `_`. This controls the file names generated in the `paths` folder (e.g. `/users/create` path becomes `user_create.yaml`, root level path `/` becomes `_.yaml`, and so on). |
0 commit comments