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 ccf9f43 commit 438a181Copy full SHA for 438a181
changelog.yml
@@ -1,4 +1,9 @@
1
---
2
+- version: 1.1.0
3
+ date: 2024-07-14
4
+ added:
5
+ - |-
6
+ Added `:flag` option type. This acts like a `:boolean` that can only be set to true, so has no `--no-` prefix to disable it. (@Billiam in #117)
7
- version: 1.0.0
8
date: 2022-11-05
9
changed:
lib/dry/cli/version.rb
@@ -3,6 +3,6 @@
module Dry
class CLI
# @since 0.1.0
- VERSION = "1.0.0"
+ VERSION = "1.1.0"
end
0 commit comments