We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dans vars argv = require('yargs').argv;
vars argv = require('yargs').argv;
vars
.argv
The text was updated successfully, but these errors were encountered:
Pour vars, c'est une typo.
Et quant à .argv, c'est ce qui exécute le parsing de process.argv et en retourne un objet structuré.
process.argv
Sorry, something went wrong.
Ouais, argc/argv fait partie de la culture UNIX.
93828b4
No branches or pull requests
Dans
vars argv = require('yargs').argv;
vars
, faute de frappe ?.argv
? (je m'en doute mais ce n'est pas explicité dans l'exemple)The text was updated successfully, but these errors were encountered: