Add another shell function to man

This commit is contained in:
Andrea Cardaci
2021-02-27 17:13:46 +01:00
committed by GitHub

View File

@@ -5,6 +5,9 @@ functions:
- code: |
man man
!/bin/sh
- description: This only works for GNU `man` and requires GNU `troff` (`groff` to be installed).
code: |
man '-H/bin/sh #' man
file-read:
- code: man file_to_read
sudo: