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: content/en/docs/refguide/general/mx-command-line-tool/export.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -63,6 +63,7 @@ These are the `OPTIONS`:
63
63
|`-l, --filter-required-libs`| Includes all the files except the userlibs that do not have an accompanying `[ModuleName].RequiredLib` file. |
64
64
|`-e, --exclude-files`| Excludes all the files that match the given regular expression. |
65
65
|`-d, --package-dir`| Exports the module package to the directory. |
66
+
|`-m, --exclude-managed-dependencies`| Excludes managed dependencies from synchronization and the exported module package. Note that this will prevent the module from being used if Gradle synchronization is disabled in Studio Pro. |
66
67
|`--help`| Displays the help screen. |
67
68
68
69
For `TARGET-FILE`, specify the *.mpr* app you want to export.
0 commit comments