Comparing version 15.2.0-beta.0 to 15.2.0-beta.1
@@ -149,3 +149,3 @@ 'use strict' | ||
const defaultGroup = 'Options:' | ||
const defaultGroup = __('Options:') | ||
self.help = function help () { | ||
@@ -268,3 +268,3 @@ if (cachedHelpMessage) return cachedHelpMessage | ||
ui.div(__(groupName)) | ||
ui.div(groupName) | ||
@@ -271,0 +271,0 @@ // actually generate the switches string --foo, -f, --bar. |
@@ -36,2 +36,6 @@ { | ||
}, | ||
"Unknown command: %s": { | ||
"one": "Commande inconnue : %s", | ||
"other": "Commandes inconnues : %s" | ||
}, | ||
"Invalid values:": "Valeurs invalides :", | ||
@@ -38,0 +42,0 @@ "Argument: %s, Given: %s, Choices: %s": "Argument : %s, donné : %s, choix : %s", |
{ | ||
"name": "yargs", | ||
"version": "15.2.0-beta.0", | ||
"version": "15.2.0-beta.1", | ||
"description": "yargs the modern, pirate-themed, successor to optimist.", | ||
@@ -32,3 +32,3 @@ "main": "./index.js", | ||
"y18n": "^4.0.0", | ||
"yargs-parser": "^17.0.0" | ||
"yargs-parser": "^17.0.1" | ||
}, | ||
@@ -35,0 +35,0 @@ "devDependencies": { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
253730
3901
Updatedyargs-parser@^17.0.1