mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 22:40:48 -07:00
feat!: remove --template CLI option
Template is positional-only; bare stdin template and --template/-t are both removed. Keep @- for template and --context. Co-authored-by: Cursor <[email protected]>
This commit is contained in:
@@ -47,7 +47,6 @@ npm install liquidjs
|
||||
|
||||
```bash
|
||||
npx liquidjs 'Hello, {{ name }}!' --context '{"name": "Liquid"}'
|
||||
# or: npx liquidjs --template 'Hello, {{ name }}!' --context '{"name": "Liquid"}'
|
||||
```
|
||||
|
||||
See the [setup guide][setup] for partials, layouts, caching, and other options.
|
||||
|
||||
Reference in New Issue
Block a user