mirror of
https://github.com/sern-handler/cli
synced 2026-06-17 13:22:26 +00:00
Compare commits
2 Commits
release-pl
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2e66d6cfad | ||
|
|
58677cc15d |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@sern/cli",
|
"name": "@sern/cli",
|
||||||
"version": "1.4.0",
|
"version": "1.4.1",
|
||||||
"description": "Official CLI for @sern/handler",
|
"description": "Official CLI for @sern/handler",
|
||||||
"exports": "./dist/index.js",
|
"exports": "./dist/index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|||||||
@@ -49,7 +49,7 @@ export const npmInit: PromptObject = {
|
|||||||
export const gitInit: PromptObject = {
|
export const gitInit: PromptObject = {
|
||||||
name: 'gitinit',
|
name: 'gitinit',
|
||||||
type: 'confirm',
|
type: 'confirm',
|
||||||
message: `Do you want to ${blueBright('me')} to initialize git?`,
|
message: `Do you want ${blueBright('me')} to initialize git?`,
|
||||||
initial: true,
|
initial: true,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user