We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3513dde commit e92cf65Copy full SHA for e92cf65
CHANGELOG.md
@@ -0,0 +1,26 @@
1
+# Changelog
2
+
3
+## [Unreleased]
4
+### Added
5
+- `defaultLazy` extension for options and arguments
6
7
+### Changed
8
+- `main` now prints messages to stderr instead of stdout
9
10
+### Fixed
11
+- Parameter help messages are now wrapped more consistently
12
13
+## [1.2.0] - 2018-05-07
14
15
+- Default parameter to option().default()
16
17
18
+- Treat tokens with unknown prefixes as arguments (this makes it easier
19
+ to pass in file paths without using `--`).
20
21
+## [1.1.0] - 2018-04-15
22
23
+- `List<String>` overloads to `CliktCommand.parse` and `main`
24
+- `err` parameter to `TermUi.echo`
25
+- `error` property to `Abort`
26
0 commit comments