a simple cli tool for extracting html tags based on a css selector from html text
``` cli-selector 0.1.0 a simple cli tool for extracting html tags based on a css selector from html text
USAGE:
cli-selector [OPTIONS]
ARGS:
OPTIONS:
-h, --help Print help information
-i, --input
sh
curl https://test.com | cli-selector "div>a>p"
```html
some content
```