|
6 | 6 | [](https://goreportcard.com/report/github.com/suntong/cascadia) |
7 | 7 | [](https://travis-ci.org/suntong/cascadia) |
8 | 8 | [](https://codeship.com/projects/190387) |
9 | | -[](http://godoc.org/github.com/go-easygen/wireframe) |
| 9 | +[](http://godoc.org/github.com/go-easygen/wireframe) |
10 | 10 |
|
11 | 11 | ## TOC |
12 | 12 | - [Usage](#usage) |
@@ -36,17 +36,17 @@ Usage: |
36 | 36 |
|
37 | 37 | Options: |
38 | 38 |
|
39 | | - -h, --help display help information |
40 | | - -i, --in *The html/xml file to read from (or stdin) |
41 | | - -o, --out *The output file (or stdout) |
42 | | - -c, --css *CSS selectors (can provide more if not using --piece) |
43 | | - -p, --piece sub CSS selectors within -css to split that block up into pieces |
| 39 | + -h, --help display help information |
| 40 | + -i, --in *The html/xml file to read from (or stdin) |
| 41 | + -o, --out *The output file (or stdout) |
| 42 | + -c, --css *CSS selectors (can provide more if not using --piece) |
| 43 | + -p, --piece sub CSS selectors within -css to split that block up into pieces |
44 | 44 | format: PieceName=[RAW:]selector_string |
45 | | - RAW: will return the selected as-is; else the text will be returned |
46 | | - -d, --delimiter[= ] delimiter for pieces csv output |
47 | | - -w, --wrap-html wrap up the output with html tags |
48 | | - -b, --base base href tag used in the wrapped up html |
49 | | - -q, --quiet be quiet |
| 45 | + RAW: will return the selected as-is; else the text will be returned |
| 46 | + -d, --delimiter delimiter for pieces csv output [= ] |
| 47 | + -w, --wrap-html wrap up the output with html tags |
| 48 | + -b, --base base href tag used in the wrapped up html |
| 49 | + -q, --quiet be quiet |
50 | 50 | ``` |
51 | 51 |
|
52 | 52 | Its output has two modes, _none-block selection mode_ and _block selection mode_, depending on whether the `--piece` parameter is given on the command line or not. |
@@ -239,6 +239,7 @@ I'm not an expert on CSS Selector at all, but the following resources are what I |
239 | 239 | Tong SUN |
240 | 240 |  |
241 | 241 |
|
242 | | -_Powered by_ [**WireFrame**](https://github.com/go-easygen/wireframe), [](http://godoc.org/github.com/go-easygen/wireframe), the _one-stop wire-framing solution_ for Go cli based projects, from start to deploy. |
| 242 | +[](http://godoc.org/github.com/go-easygen/wireframe) |
| 243 | +_Powered by_ [**WireFrame**](https://github.com/go-easygen/wireframe), the _one-stop wire-framing solution_ for Go cli based projects, from start to deploy. |
243 | 244 |
|
244 | 245 | All patches welcome. |
0 commit comments