1234567891011 |
- Synopsis
-
- cordova-cli clean [PLATFORM..]
-
- Cleans the build artifacts for the specified platform, or all platforms
- by running platform-provided clean script.
-
- To provide platform specific options, you must include them after `--`.
-
- Example
- cordova-cli clean android
|