Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
moklidia committed Jul 28, 2023
1 parent 8d0dea6 commit 4a13dc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/uffizzi/cli/common.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ module Uffizzi
class Cli::Common
class << self
def show_manual(command_name)
manual_doc_path = File.join(Uffizzi.root, "man/#{command_name}")
manual_doc_path = File.join(Uffizzi.root, "man/#{command_name}.ronn")

Open3.pipeline("man #{manual_doc_path}")
Uffizzi.ui.say(File.read(manual_doc_path))
end
end
end
Expand Down

0 comments on commit 4a13dc8

Please sign in to comment.