1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 15:15:29 +02:00

fixup! pup: add page

This commit is contained in:
deekim 2017-10-10 19:05:27 -04:00
parent e5bcbfd081
commit 2f4233a52d

View file

@ -16,7 +16,7 @@
- Filter HTML by attribute value:
`cat {{index.html}} | pup '{{input[type="text"}}]'`
`cat {{index.html}} | pup '{{input[type="text"]}}'`
- Print all text from the filtered HTML elements and their children: