From 590fca0379ea270d9289b1dba900209201aaf174 Mon Sep 17 00:00:00 2001 From: Still Hsu <5843208+Still34@users.noreply.github.com> Date: Tue, 21 Jan 2020 00:58:15 +0800 Subject: [PATCH] Update docs/guides/commands/namedarguments.md Co-Authored-By: Chris Johnston --- docs/guides/commands/namedarguments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/commands/namedarguments.md b/docs/guides/commands/namedarguments.md index 890a8463f..1b922ca27 100644 --- a/docs/guides/commands/namedarguments.md +++ b/docs/guides/commands/namedarguments.md @@ -39,7 +39,7 @@ The command where you want to use these values can be declared like so: public async Task Act(int requiredArg, NamableArguments namedArgs) ``` -The command can now be invoked as +The command can now be invoked with `.act 42 first: Hello fourth: "A string with spaces must be wrapped in quotes" second: World`. A TypeReader for the named arguments container type is