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
- The generate-manual plugin is correctly declared as a product, making the
35
+
plugin visible to clients. ([#456])
36
+
- The generate-manual plugin's `--authors` arguments are now correctly passed to
37
+
the underlying generation tool. ([#471])
38
+
- Manuals generated by the generate-manual plugin now include the option's value
39
+
names and do not include value names for flags. ([#473])
40
+
- Built-in flags such as `--help` and `--version` are now correctly marked as
41
+
optional fixing some generated content which indicated the flags are always
42
+
required. ([#474])
43
+
- Value descriptions are now correctly derived for types which are
44
+
`ExpressibleByArgument` and `RawRepresentable` by `String`. Help menus will
45
+
now display valid default values for such types. ([#476])
46
+
47
+
The 1.1.4 release includes contributions from [ian-twilightcoder],
48
+
[MarcoEidinger], and [rauhul]. Thank you!
49
+
13
50
## [1.1.3] - 2022-06-23
14
51
15
52
### Additions
16
53
17
54
-`ArgumentParser` now includes a SwiftPM plugin for generating `man` pages.
18
55
Explore the functionality and configuration by running
19
-
`swift package plugin experimental-generate-manual --help` from your package root.
20
-
([#332])
56
+
`swift package plugin experimental-generate-manual --help` from your package
57
+
root. ([#332])
21
58
22
59
### Fixes
23
60
@@ -654,7 +691,8 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
@@ -718,6 +756,13 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
@@ -745,6 +790,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
@@ -762,6 +808,7 @@ This changelog's format is based on [Keep a Changelog](https://keepachangelog.co
0 commit comments