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:
Yang Jun
2026-07-28 00:01:15 +08:00
co-authored by Cursor
parent a87b5db66e
commit 8b39836357
3 changed files with 3 additions and 16 deletions
-1
View File
@@ -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.