Skip to content

Commit

Permalink
fix(man): use cat by default
Browse files Browse the repository at this point in the history
  • Loading branch information
kRHYME7 committed Aug 29, 2024
1 parent 054af4f commit d7ae6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hyde
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ man() { #? Show Manual
-e "s|\${ctlFile}|$ctlFile|g"
barLine
print_prompt "\nDescriptions with" -y " [*]" " can be expanded to show more information. Append [--help]"
) | { less || more || cat -; } 2>/dev/null
) | cat - 2>/dev/null
}

version() { #? Hyde-cli version
Expand Down

0 comments on commit d7ae6fb

Please sign in to comment.