Skip to content

Commit af196ac

Browse files
committed
update render-mandoc example
1 parent 98420de commit af196ac

File tree

4 files changed

+52
-6
lines changed

4 files changed

+52
-6
lines changed

examples/render-mandoc/docs/download.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
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]

examples/render-mandoc/docs/download.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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

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

8-
**download** - Sample minimal application without commands
8+
**download** - Sample application
99

1010
SYNOPSIS
1111
==================================================
@@ -15,7 +15,7 @@ SYNOPSIS
1515
DESCRIPTION
1616
==================================================
1717

18-
Sample minimal application without commands
18+
Sample application
1919

2020

2121
ARGUMENTS

examples/render-mandoc/src/bashly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ help: Sample application
33
version: 0.1.0
44

55
# Optional, custom properties that are used by the mandoc renderer
6+
# Run `bashly render :mandoc --about` for more info.
67
x_mandoc_authors: Lana Lang
78
x_mandoc_footer: |-
89
# ISSUE TRACKER
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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)

0 commit comments

Comments
 (0)