You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cascadia_cli.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -39,9 +39,9 @@ Options:
39
39
Usage: Raw text output, no trimming of leading and trailing white space
40
40
41
41
- Name: Piece
42
-
Type: OutputStyleMap
42
+
Type: PieceStyleMap
43
43
Flag: 'p,piece'
44
-
Usage: 'sub CSS selectors within -css to split that block up into pieces\n\t\t\t\tformat: PieceName=[OutputStyle:]selector_string\n\t\t\t\t OutputStyle:\n\t\t\t\t RAW : will return the selected as-is\n\t\t\t\t attr[xx] : will return the value of xx attribute\n\t\t\t\telse the text will be returned'
44
+
Usage: 'sub CSS selectors within -css to split that block up into pieces\n\t\t\t\tformat: PieceName=[PieceStyle:]selector_string\n\t\t\t\t PieceStyle:\n\t\t\t\t RAW : will return the selected as-is\n\t\t\t\t attr[xx] : will return the value of xx attribute\n\t\t\t\telse the text will be returned'
Copy file name to clipboardExpand all lines: cascadia_cliDef.go
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ type rootT struct {
28
28
CSS []string`cli:"*c,css" usage:"CSS selectors (can provide more if not using --piece)"`
29
29
TextOutbool`cli:"t,text" usage:"Text output for none-block selection mode"`
30
30
TextRawbool`cli:"R,Raw" usage:"Raw text output, no trimming of leading and trailing white space"`
31
-
PieceOutputStyleMap`cli:"p,piece" usage:"sub CSS selectors within -css to split that block up into pieces\n\t\t\t\tformat: PieceName=[OutputStyle:]selector_string\n\t\t\t\t OutputStyle:\n\t\t\t\t RAW : will return the selected as-is\n\t\t\t\t attr[xx] : will return the value of xx attribute\n\t\t\t\telse the text will be returned"`
31
+
PiecePieceStyleMap`cli:"p,piece" usage:"sub CSS selectors within -css to split that block up into pieces\n\t\t\t\tformat: PieceName=[PieceStyle:]selector_string\n\t\t\t\t PieceStyle:\n\t\t\t\t RAW : will return the selected as-is\n\t\t\t\t attr[xx] : will return the value of xx attribute\n\t\t\t\telse the text will be returned"`
32
32
Delistring`cli:"d,delimiter" usage:"delimiter for pieces csv output" dft:"\t"`
33
33
WrapHTMLbool`cli:"w,wrap-html" usage:"wrap up the output with html tags"`
34
34
Stylestring`cli:"y,style" usage:"style component within the wrapped html head"`
0 commit comments