Skip to content

Commit 66ba952

Browse files
committed
remove mention of Finnish translation as it's not yet in the package
1 parent 7ccb27f commit 66ba952

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/System.CommandLine/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,6 @@ rootCommand.SetAction(async (parseResult, cancellationToken) =>
230230
## Notable Changes Since v2.0.0-beta7
231231

232232
### New Features
233-
- **Finnish Localization**: Added Finnish language translations for help text and error messages ([#2605](https://github.com/dotnet/command-line-api/pull/2605))
234233
- **Improved Help System**: Enhanced `HelpAction` to allow users to provide custom `MaxWidth` for help text formatting ([#2635](https://github.com/dotnet/command-line-api/pull/2635)). Note that if you create custom Help or Version actions, you'll want to set `ClearsParseErrors` to `true` to ensure that invoking those features isn't treated like an error by the parser.
235234
- **`Task<int>` Support**: Added `SetAction` overload for `Task<int>` return types ([#2634](https://github.com/dotnet/command-line-api/issues/2634))
236235
- **Detect Implicit Arguments**: Added the `ArgumentResult.Implicit` property for better argument handling ([#2622](https://github.com/dotnet/command-line-api/issues/2622), [#2625](https://github.com/dotnet/command-line-api/pull/2625))

0 commit comments

Comments
 (0)