Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/render-mandoc/docs/download.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 3.2
.\"
.TH "download" "1" "June 2025" "Version 0.1.0" "Sample application"
.TH "download" "1" "July 2025" "Version 0.1.0" "Sample application"
.SH NAME
\f[B]download\f[R] \- Sample application
.SH SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion examples/render-mandoc/docs/download.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% download(1) Version 0.1.0 | Sample application
% Lana Lang
% June 2025
% July 2025

NAME
==================================================
Expand Down
3 changes: 2 additions & 1 deletion lib/bashly/commands/render.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ class Render < Base
example 'bashly render --list'
example 'bashly render :markdown --about'
example 'bashly render :markdown docs --watch'
example 'bashly render :markdown docs --show "cli-download.1"'
example 'bashly render :markdown docs --show "cli download.md'
example 'bashly render :mandoc docs --show cli-download.1'
example 'bashly render /path/to/templates ./out_path'

attr_reader :watching, :target, :source
Expand Down
3 changes: 2 additions & 1 deletion spec/approvals/cli/render/help
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ Examples:
bashly render --list
bashly render :markdown --about
bashly render :markdown docs --watch
bashly render :markdown docs --show "cli-download.1"
bashly render :markdown docs --show "cli download.md
bashly render :mandoc docs --show cli-download.1
bashly render /path/to/templates ./out_path
2 changes: 1 addition & 1 deletion spec/approvals/examples/render-mandoc
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ ISSUE TRACKER
AUTHORS
Lana Lang.

Version 0.1.0 June 2025 download(1)
Version 0.1.0 July 2025 download(1)