We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710eb1a commit 6b017adCopy full SHA for 6b017ad
src/arguments.toit
@@ -228,7 +228,7 @@ class Arguments:
228
// ----------------------------------------------------------------------------
229
230
// Argument parsing functionality.
231
-parse_ grammar/ArgumentParser command/String? arguments/List index/int --options={:}:
+parse_ grammar/ArgumentParser command/string? arguments/List index/int --options={:}:
232
// Populate the options from the default values or empty lists (for multi-options)
233
rest := []
234
grammar.options_.do --values: | option |
0 commit comments