0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00

feat: support passing cli arguments via @logto/create (#3778)

This commit is contained in:
Gao Sun 2023-04-28 22:47:13 +08:00 committed by GitHub
parent 9f6f939eab
commit 61aaf7d98d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"@logto/create": minor
---
support CLI arguments

View file

@ -1,2 +1,2 @@
#!/bin/sh
logto init
logto init "$@"