@shirayner/ace 0.1.1-snapshot.0 → 0.1.1-snapshot.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/ace.js +1 -1
- package/package.json +1 -1
package/bin/ace.js
CHANGED
|
@@ -25,7 +25,7 @@ program
|
|
|
25
25
|
.option('-p, --preset <name>', 'Installation preset: full, minimal, safe', 'full')
|
|
26
26
|
.option('-f, --force', 'Overwrite existing files', false)
|
|
27
27
|
.option('--dry-run', 'Show what would be done without making changes', false)
|
|
28
|
-
.option('--no-interaction', 'Skip interactive prompts, use defaults'
|
|
28
|
+
.option('--no-interaction', 'Skip interactive prompts, use defaults')
|
|
29
29
|
.action(initCommand);
|
|
30
30
|
|
|
31
31
|
program
|