diff options
-rw-r--r-- | html.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -22,3 +22,12 @@ page. To avoid reloading: To check by default: <input type='checkbox' checked> + +## CLI parsing with `pup` + +`pup` is a little command line parser, inspired by `jq`. + + pup --file <file> '<selectors> [display function]' + +By default pretty prints the full selected HTML elements. Setting display +function to `text{}` prints out just the inner text. |