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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ This command will analyze your MyAppOrFramework project and generate the module
21
21
### Usage options
22
22
23
23
```
24
-
$ sourcedocs help
24
+
$ moduleinterface help
25
25
Available commands:
26
26
27
27
clean Delete the output folder and quit.
@@ -30,7 +30,7 @@ help Display general or command-specific help
30
30
version Display the current version of ModuleInterface
31
31
```
32
32
33
-
Typing `moduleinterfacep` help <command> we get a list of all options for that command:
33
+
Typing `moduleinterface help <command>` we get a list of all options for that command:
34
34
35
35
```
36
36
Generates the Swift Module Interface.
@@ -59,7 +59,7 @@ Generates the Swift Module Interface.
59
59
60
60
Usually, for most Xcode projects, no parameters are needed at all. xcodebuild should be able to find the default project and scheme.
61
61
62
-
If the command fails, try specifying the scheme (-scheme SchemeName) or the workspace. Any arguments passed to sourcedocs after -- will be passed to xcodebuild without modification.
62
+
If the command fails, try specifying the scheme (-scheme SchemeName) or the workspace. Any arguments passed to `moduleinterface` after `--` will be passed to xcodebuild without modification.
0 commit comments