Skip to content

Commit 7795e32

Browse files
author
TANABE Hiroyasu
committed
GPT
1 parent 9918165 commit 7795e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1311,7 +1311,7 @@ ConsoleApp.ServiceProvider = scope.ServiceProvider;
13111311
* `app.AddSubCommands<T>` -> `app.Add<T>(string commandPath)`
13121312
* `app.AddAllCommandType` -> `NotSupported`(use `Add<T>` manually)
13131313
* `[Option(int index)]` -> `[Argument]`
1314-
* `[Option(string shortName, string description)]` -> `Xml Document Comment`(use aliases to parameters)
1314+
* `[Option(string shortName, string description)]` -> `Xml Document Comment`(Define short names as parameter aliases in the <param> description)
13151315
* `ConsoleAppFilter.Order` -> `NotSupported`(global -> class -> method declarative order)
13161316
* `ConsoleAppOptions.GlobalFilters` -> `app.UseFilter<T>`
13171317
* `ConsoleAppBase` -> inject `ConsoleAppContext`, `CancellationToken` to method

0 commit comments

Comments
 (0)