Unverified Commit 6875827f authored by Mustafa Ateş Uzun's avatar Mustafa Ateş Uzun Committed by GitHub

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].*
parent 58019b34
......@@ -194,6 +194,7 @@ class CommandArguments {
* return true. If the flag is not allowed for the current command, will
* return `null`.
*
* @param {!string} flag
* @param {?string} value
* @returns {?boolean}
* @throws Will throw an error if the flag is allowed and `value` is not
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment