File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed
examples/render-mandoc/docs Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11% download(1) Version 0.1.0 | Sample application
22% Lana Lang
3- % November 2023
3+ % December 2023
44
55NAME
66==================================================
Original file line number Diff line number Diff 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
4849flag.completions :
4950 help : Specify a list of additional completion suggestions when used in conjunction with `bashly add completions`. Must be accompanied by `arg`.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -44,4 +44,4 @@ ISSUE TRACKER
4444AUTHORS
4545 Lana Lang.
4646
47- Version 0.1.0 November 2023 download(1)
47+ Version 0.1.0 December 2023 download(1)
You can’t perform that action at this time.
0 commit comments