mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-10 02:24:35 +08:00
fix(install): change default for Git Bash multi-line prompt fix to false
This commit is contained in:
@@ -335,7 +335,7 @@ export async function installCommand(options: InstallOptions): Promise<void> {
|
|||||||
type: 'confirm',
|
type: 'confirm',
|
||||||
name: 'installFix',
|
name: 'installFix',
|
||||||
message: 'Install Git Bash multi-line prompt fix? (recommended for Git Bash users)',
|
message: 'Install Git Bash multi-line prompt fix? (recommended for Git Bash users)',
|
||||||
default: true
|
default: false
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
if (installFix) {
|
if (installFix) {
|
||||||
|
|||||||
Reference in New Issue
Block a user