File tree Expand file tree Collapse file tree 4 files changed +52
-6
lines changed Expand file tree Collapse file tree 4 files changed +52
-6
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" "August 2023" "Version 0.1.0" "Sample minimal application without commands "
17+ .TH "download" "1" "August 2023" "Version 0.1.0" "Sample application"
1818.hy
1919.SH NAME
2020.PP
21- \f[B] download \f[ R ] - Sample minimal application without commands
21+ \f[B] download \f[ R ] - Sample application
2222.SH SYNOPSIS
2323.PP
2424\f[B] download \f[ R ] SOURCE...
2525[TARGET] OPTIONS
2626.SH DESCRIPTION
2727.PP
28- Sample minimal application without commands
28+ Sample application
2929.SH ARGUMENTS
3030.TP
3131\f[B] SOURCE \f[ R ]
Original file line number Diff line number Diff line change 1- % download(1) Version 0.1.0 | Sample minimal application without commands
1+ % download(1) Version 0.1.0 | Sample application
22% Lana Lang
33% August 2023
44
55NAME
66==================================================
77
8- ** download** - Sample minimal application without commands
8+ ** download** - Sample application
99
1010SYNOPSIS
1111==================================================
@@ -15,7 +15,7 @@ SYNOPSIS
1515DESCRIPTION
1616==================================================
1717
18- Sample minimal application without commands
18+ Sample application
1919
2020
2121ARGUMENTS
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ help: Sample application
33version : 0.1.0
44
55# Optional, custom properties that are used by the mandoc renderer
6+ # Run `bashly render :mandoc --about` for more info.
67x_mandoc_authors : Lana Lang
78x_mandoc_footer : |-
89 # ISSUE TRACKER
Original file line number Diff line number Diff line change 1+ + bashly render :mandoc docs
2+ saved docs/download.md
3+ saved docs/download.1
4+ + col -bx
5+ + man docs/download.1
6+ download(1) Sample application download(1)
7+
8+ NAME
9+ download - Sample application
10+
11+ SYNOPSIS
12+ download SOURCE... [TARGET] OPTIONS
13+
14+ DESCRIPTION
15+ Sample application
16+
17+ ARGUMENTS
18+ SOURCE Source to download from
19+
20+ • Required
21+
22+ • Repeatable
23+
24+ • Allowed Values: server1, server2
25+
26+ TARGET Target filename (default: same as source)
27+
28+ OPTIONS
29+ --force, -f
30+ Overwrite existing files
31+
32+ --debug, -d
33+ Show debug information
34+
35+ DEPENDENCIES
36+ aws-cli
37+ Download from <https://aws.amazon.com/cli/>
38+
39+ ISSUE TRACKER
40+ Report issues at <https://github.com/lanalang/smallville>
41+
42+ AUTHORS
43+ Lana Lang.
44+
45+ Version 0.1.0 August 2023 download(1)
You can’t perform that action at this time.
0 commit comments