You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,23 @@
2
2
3
3
## Unreleased
4
4
5
+
## 5.1.0
6
+
### Added
7
+
- Added parameter name to help output for ValueSource values. ([#631](https://github.com/ajalt/clikt/pull/631))
8
+
- Added `inputEvents` parameter to `CliktCommand.test` overloads for simulating terminal input. ([#630](https://github.com/ajalt/clikt/pull/630))
9
+
- Added `defaultLazy` to mutually exclusive options. ([#616](https://github.com/ajalt/clikt/pull/616))
10
+
- Added overloads for `choice()` that accept a `List` of choices. ([#596](https://github.com/ajalt/clikt/pull/596))
11
+
12
+
### Changed
13
+
-`prompt()` options will report a missing option instead of prompting when the terminal is not interactive. You can pass `inputInteractive = true` to `CliktCommand.test` to test `prompt()`. ([#622](https://github.com/ajalt/clikt/pull/622))
14
+
-`SuspendingNoOpCliktCommand` is now `open` to match `NoOpCliktCommand`. ([#613](https://github.com/ajalt/clikt/pull/613))
15
+
- Improved error messages for invalid `uint()` and `ulong()` option values. ([#624](https://github.com/ajalt/clikt/pull/624))
16
+
- Update Kotlin to 2.3.0
17
+
18
+
### Fixed
19
+
- Fixed adjacent quoted tokens not being concatenated in argument files. ([#632](https://github.com/ajalt/clikt/pull/632))
[Sonatype has instructions for consuming snapshots](https://central.sonatype.org/publish/publish-portal-snapshots/#consuming-snapshot-releases-for-your-project)
88
+
89
89
<p>
90
-
You'll need to add the Sonatype snapshots repository:
91
-
90
+
You'll need to add the Central Portal snapshots repository:
0 commit comments