Marco Ricci commited on 2025-02-21 22:48:47
Zeige 8 geänderte Dateien mit 21 Einfügungen und 0 Löschungen.
Document the specific lists of items the version output contains, separately, for each subcommand.
... | ... |
@@ -51,6 +51,8 @@ If <i>PATH</i> is explicitly given as `VAULT_PATH`, then use the `VAULT_PATH` en |
51 | 51 |
<b>-</b><b>-version</b> |
52 | 52 |
: Show version and feature information, then exit. |
53 | 53 |
|
54 |
+This includes a list of known foreign configuration formats and enabled PEP 508 extras (named sets of optional dependencies), marked explicitly as either supported or unavailable. |
|
55 |
+ |
|
54 | 56 |
<b>-h</b>, <b>-</b><b>-help</b> |
55 | 57 |
: Show a help message, then exit. |
56 | 58 |
|
... | ... |
@@ -45,6 +45,8 @@ If no subcommand is given, we default to <b>vault</b>. |
45 | 45 |
<b>-</b><b>-version</b> |
46 | 46 |
: Show version and feature information, then exit. |
47 | 47 |
|
48 |
+This includes a list of known foreign configuration formats and known subcommands, marked explicitly as either supported or unavailable. |
|
49 |
+ |
|
48 | 50 |
<b>-h</b>, <b>-</b><b>-help</b> |
49 | 51 |
: Show a help message, then exit. |
50 | 52 |
|
... | ... |
@@ -202,6 +202,8 @@ The compatibility and extension options modify the behavior to enable additional |
202 | 202 |
<b>-</b><b>-version</b> |
203 | 203 |
: Show version and feature information, then exit. |
204 | 204 |
|
205 |
+This includes a list of known optional features, marked explicitly as either supported or unavailable. |
|
206 |
+ |
|
205 | 207 |
<b>-h</b>, <b>-</b><b>-help</b> |
206 | 208 |
: Show a help message, then exit. |
207 | 209 |
|
... | ... |
@@ -52,6 +52,8 @@ If no subcommand is given, we default to <b>vault</b>. |
52 | 52 |
<b>-</b><b>-version</b> |
53 | 53 |
: Show version and feature information, then exit. |
54 | 54 |
|
55 |
+This includes a list of known passphrase derivation schemes and known subcommands, marked explicitly as either supported or unavailable. |
|
56 |
+ |
|
55 | 57 |
<b>-h</b>, <b>-</b><b>-help</b> |
56 | 58 |
: Show a help message, then exit. |
57 | 59 |
|
... | ... |
@@ -122,6 +122,10 @@ Also applies to subcommands. |
122 | 122 |
. |
123 | 123 |
.It Fl \-version |
124 | 124 |
Show version and feature information, then exit. |
125 |
+.Pp |
|
126 |
+This includes a list of known foreign configuration formats and enabled PEP |
|
127 |
+508 extras (named sets of optional dependencies), marked explicitly as |
|
128 |
+either supported or unavailable. |
|
125 | 129 |
. |
126 | 130 |
.It Fl h , \-help |
127 | 131 |
Show a help message, then exit. |
... | ... |
@@ -77,6 +77,9 @@ Also applies to subcommands. |
77 | 77 |
. |
78 | 78 |
.It Fl \-version |
79 | 79 |
Show version and feature information, then exit. |
80 |
+.Pp |
|
81 |
+This includes a list of known foreign configuration formats and known |
|
82 |
+subcommands, marked explicitly as either supported or unavailable. |
|
80 | 83 |
. |
81 | 84 |
.It Fl h , \-help |
82 | 85 |
Show a help message, then exit. |
... | ... |
@@ -526,6 +526,9 @@ Also applies to subcommands. |
526 | 526 |
. |
527 | 527 |
.It Fl \-version |
528 | 528 |
Show version and feature information, then exit. |
529 |
+.Pp |
|
530 |
+This includes a list of known optional features, marked explicitly as either |
|
531 |
+supported or unavailable. |
|
529 | 532 |
. |
530 | 533 |
.It Fl h , \-help |
531 | 534 |
Show a help message, then exit. |
... | ... |
@@ -93,6 +93,9 @@ Also applies to subcommands. |
93 | 93 |
. |
94 | 94 |
.It Fl \-version |
95 | 95 |
Show version and feature information, then exit. |
96 |
+.Pp |
|
97 |
+This includes a list of known passphrase derivation schemes and known |
|
98 |
+subcommands, marked explicitly as either supported or unavailable. |
|
96 | 99 |
. |
97 | 100 |
.It Fl h , \-help |
98 | 101 |
Show a help message, then exit. |
99 | 102 |