File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments