mirror of
https://github.com/strapi/strapi.git
synced 2025-12-13 16:08:11 +00:00
Merge pull request #15500 from strapi/deits/remove-force-shortcut
This commit is contained in:
commit
01d0f62dfd
@ -122,7 +122,7 @@ const confirmMessage = (message) => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const forceOption = new Option(
|
const forceOption = new Option(
|
||||||
'-f, --force',
|
'--force',
|
||||||
`Automatically answer "yes" to all prompts, including potentially destructive requests, and run non-interactively.`
|
`Automatically answer "yes" to all prompts, including potentially destructive requests, and run non-interactively.`
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user