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