File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed
Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 2020
2121## Setup
2222
23- 1 . Install topiary-cli using whatever package-manager on your system (0.6.1 + required)
23+ 1 . Install topiary-cli using whatever package-manager on your system (0.7.0 + required)
2424
2525``` nushell
2626# e.g. installing with cargo
Original file line number Diff line number Diff line change 1818 (path)
1919] @leaf
2020
21- ;; TODO: new feature of the next topiary release
22- ;; (unescaped_interpolated_content) @keep_whitespaces
21+ (unescaped_interpolated_content) @keep_whitespace
2322
2423;; keep empty lines
2524(_) @allow_blank_line_before
Original file line number Diff line number Diff line change @@ -15,3 +15,8 @@ const hybrid_help_cmd = (
1515mut foo = 'foo bar'
1616$foo += 'baz'
1717$foo += r# 'baz'#
18+
19+ # https://github.com/blindFS/topiary-nushell/issues/28
20+ $'
21+
22+ (1 )'
Original file line number Diff line number Diff line change @@ -14,3 +14,8 @@ const hybrid_help_cmd = ("Multiline
1414mut foo = 'foo bar'
1515$foo += 'baz'
1616$foo += r# 'baz'#
17+
18+ # https://github.com/blindFS/topiary-nushell/issues/28
19+ $'
20+
21+ (1 )'
You can’t perform that action at this time.
0 commit comments