Last commit july 5th

This commit is contained in:
2024-07-05 13:46:23 +02:00
parent dad0d86e8c
commit b0e4dfbb76
24982 changed files with 2621219 additions and 413 deletions

26
spa/node_modules/cordova/doc/config.txt generated vendored Normal file
View File

@@ -0,0 +1,26 @@
Synopsis
cordova-cli config <command> [options]
The config command can be used to set, get, delete, edit, and list global cordova options.
Options
--set <key> <value> ... Sets the config key to the value. If value is omitted, then it sets it to "true".
--get <key> ........... Echo the config value to stdout.
--delete <key> ........ Deletes the key from all configuration files.
--edit ................ Opens the config file in an editor.
--ls .................. Lists contents of config file.
Syntax
cordova-cli config set <key> <value> ....... cordova config set save-exact true
cordova-cli config get <key> ............... cordova config get save-exact
cordova-cli config delete <key> ............ cordova config delete save-exact
cordova-cli config edit .................... cordova config edit
cordova-cli config ls ...................... cordova config ls
Options
save-exact ...................... default setting = false
Examples
cordova config set save-exact true