doc: add flag params (#132485)

*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.*

*List which issues are fixed by this PR. You must list at least one issue.*

*If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
This commit is contained in:
Mustafa Ateş Uzun 2023-08-18 20:48:05 +03:00 committed by GitHub
parent 58019b3428
commit 6875827f46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -194,6 +194,7 @@ class CommandArguments {
* return true. If the flag is not allowed for the current command, will * return true. If the flag is not allowed for the current command, will
* return `null`. * return `null`.
* *
* @param {!string} flag
* @param {?string} value * @param {?string} value
* @returns {?boolean} * @returns {?boolean}
* @throws Will throw an error if the flag is allowed and `value` is not * @throws Will throw an error if the flag is allowed and `value` is not