Merge pull request #15500 from strapi/deits/remove-force-shortcut

This commit is contained in:
Ben Irvin 2023-01-20 09:43:17 +01:00 committed by GitHub
commit 01d0f62dfd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,7 +122,7 @@ const confirmMessage = (message) => {
};
const forceOption = new Option(
'-f, --force',
'--force',
`Automatically answer "yes" to all prompts, including potentially destructive requests, and run non-interactively.`
);