premedios-i9 opened a new issue, #578: URL: https://github.com/apache/cordova-cli/issues/578
# Bug Report ## Problem ```cordova plugin rm``` gives ```variables missing``` error for variables already specified in command. ### What is expected to happen? It should not give the error because I have specified all required variables. ### What does actually happen? It gives a ```variables missing``` error for variables that are already specified in the command line. ## Information ### Command or Code ```cordova plugin rm cordova-plugin-teladoc --variable CALENDARS_USAGE_DESCRIPTION="description" --variable CAMERA_USAGE_DESCRIPTION="description" --variable LOCATION_ALWAYS_AND_WHEN_IN_USE_DESCRIPTION="description" --variable LOCATION_ALWAYS_USAGE_DESCRIPTION="description" --variable LOCATION_WHEN_IN_USE_DESCRIPTION="description" --variable MICROPHONE_USAGE_DESCRIPTION="description" --variable PHOTO_LIBRARY_USAGE_DESCRIPTION="description"``` ### Environment, Platform, Device macOS 12.3.1 Monterey ### Version information <!-- What are relevant versions you are using? For example: Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins Other Frameworks: Ionic Framework and CLI version Operating System, Android Studio, Xcode etc. --> Cordova 11, cordova-ios 6.2.0 ## Checklist <!-- Please check the boxes by putting an x in the [ ] like so: [x] --> - [x] I searched for existing GitHub issues - [x] I updated all Cordova tooling to most recent version - [x] I included all the necessary information above -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
