Skip to content

Commit

Permalink
Fix small typo in CommandConfiguration documentation (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
CypherPoet committed Oct 28, 2020
1 parent 8492882 commit bb370a3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -56,7 +56,7 @@ public struct CommandConfiguration {
/// - abstract: A one-line description of the command.
/// - discussion: A longer description of the command.
/// - version: The version number for this command. When you provide a
/// non-empty string, the arguemnt parser prints it if the user provides
/// non-empty string, the argument parser prints it if the user provides
/// a `--version` flag.
/// - shouldDisplay: A Boolean value indicating whether the command
/// should be shown in the extended help display.
Expand Down

0 comments on commit bb370a3

Please sign in to comment.