diff --git a/3.0/docs/command/overview.md b/3.0/docs/command/overview.md index 960e572f..02849776 100644 --- a/3.0/docs/command/overview.md +++ b/3.0/docs/command/overview.md @@ -110,7 +110,7 @@ struct CowsayCommand: Command { ... /// See `Command`. - func run(using context: CommandContext) throws -> Future { + func run(using context: CommandContext) throws -> Future { let message = try context.argument("message") /// We can use requireOption here since both options have default values let eyes = try context.requireOption("eyes")