Skip to content

Commit 039ab1c

Browse files
committed
- Fix example in bashly doc flag.arg
1 parent 11eb7aa commit 039ab1c

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

examples/render-mandoc/docs/download.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
. ftr VB CB
1515
. ftr VBI CBI
1616
.\}
17-
.TH "download" "1" "November 2023" "Version 0.1.0" "Sample application"
17+
.TH "download" "1" "December 2023" "Version 0.1.0" "Sample application"
1818
.hy
1919
.SH NAME
2020
.PP

examples/render-mandoc/docs/download.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
% download(1) Version 0.1.0 | Sample application
22
% Lana Lang
3-
% November 2023
3+
% December 2023
44

55
NAME
66
==================================================

lib/bashly/docs/flag.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ flag.arg:
4141
url: https://bashly.dannyb.co/configuration/flag/#arg
4242
example: |-
4343
flags:
44-
- long: --ssh
45-
short: -s
46-
help: Clone using SSH
44+
- long: --user
45+
short: -u
46+
arg: name
47+
help: Specify the user name
4748
4849
flag.completions:
4950
help: Specify a list of additional completion suggestions when used in conjunction with `bashly add completions`. Must be accompanied by `arg`.

spec/approvals/cli/doc/full

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -593,9 +593,10 @@ flag.arg
593593
Specify the name of the argument for this flag, in case it requires any.
594594

595595
flags:
596-
- long: --ssh
597-
short: -s
598-
help: Clone using SSH
596+
- long: --user
597+
short: -u
598+
arg: name
599+
help: Specify the user name
599600

600601
See https://bashly.dannyb.co/configuration/flag/#arg
601602

spec/approvals/examples/render-mandoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ ISSUE TRACKER
4444
AUTHORS
4545
Lana Lang.
4646

47-
Version 0.1.0 November 2023 download(1)
47+
Version 0.1.0 December 2023 download(1)

0 commit comments

Comments
 (0)