Browse Source

Fix wordings in named argument

pull/1437/head
Still Hsu 5 years ago
parent
commit
cda6d79139
No known key found for this signature in database GPG Key ID: C176DD7907FF62A7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/guides/commands/namedarguments.md

+ 1
- 1
docs/guides/commands/namedarguments.md View File

@@ -7,7 +7,7 @@ title: Named Arguments

By default, arguments for commands are parsed positionally, meaning
that the order matters. But sometimes you may want to define a command
with many optional parameters, and it'd be easier for developers
with many optional parameters, and it'd be easier for end-users
to only specify what they want to set, instead of needing them
to specify everything by hand.



Loading…
Cancel
Save