File tree Expand file tree Collapse file tree 7 files changed +11
-9
lines changed
examples/render-mandoc/docs Expand file tree Collapse file tree 7 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1
1
.\" Automatically generated by Pandoc 3.2
2
2
.\"
3
- .TH "download" "1" "October 2024" "Version 0.1.0" "Sample application"
3
+ .TH "download" "1" "November 2024" "Version 0.1.0" "Sample application"
4
4
.SH NAME
5
5
\f[B] download \f[ R ] \- Sample application
6
6
.SH SYNOPSIS
Original file line number Diff line number Diff line change 1
1
% download(1) Version 0.1.0 | Sample application
2
2
% Lana Lang
3
- % October 2024
3
+ % November 2024
4
4
5
5
NAME
6
6
==================================================
Original file line number Diff line number Diff line change 1
1
= view_marker
2
2
3
3
> {{ function_name }}_command() {
4
- = render(:variables).indent(2) if variables&.any?
4
+ = render(:variables).indent(2)
5
5
= load_user_file(filename).indent 2
6
6
> }
7
7
>
Original file line number Diff line number Diff line change 7
7
8
8
if root_command?
9
9
>
10
+ = render(:variables).indent(2)
10
11
= render(:environment_variables_default).indent 2
11
12
end
12
13
Original file line number Diff line number Diff line change 9
9
if has_unique_args_or_flags?
10
10
> declare -A unique_lookup=()
11
11
end
12
- = render(:variables).indent(2) if variables&.any?
13
12
> normalize_input "$@"
14
13
> parse_requirements "${input[@]}"
15
14
if user_file_exist?('before')
Original file line number Diff line number Diff line change 1
- = view_marker
1
+ if variables.any?
2
+ = view_marker
2
3
3
- variables.each do |var|
4
- = var.render(:definition)
5
- end
4
+ variables.each do |var|
5
+ = var.render(:definition)
6
+ end
7
+ end
Original file line number Diff line number Diff line change @@ -44,4 +44,4 @@ ISSUE TRACKER
44
44
AUTHORS
45
45
Lana Lang.
46
46
47
- Version 0.1.0 October 2024 download(1)
47
+ Version 0.1.0 November 2024 download(1)
You can’t perform that action at this time.
0 commit comments