Skip to content

Commit 5336b7c

Browse files
committed
feat: add skip banner flag to connect
1 parent 8cb2e44 commit 5336b7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/connect/http-routes/handlers/init-handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export function initHandler() {
1919
session.additionalData.existingFile = '[]';
2020

2121
const sensitiveFlag = body.includeSensitive ? ' --includeSensitive' : '';
22-
return spawn(ShellUtils.getDefaultShell(), ['-c', `${ConnectOrchestrator.nodeBinary} ${ConnectOrchestrator.rootCommand} init -p ${filePath}${sensitiveFlag}`], {
22+
return spawn(ShellUtils.getDefaultShell(), ['-c', `${ConnectOrchestrator.nodeBinary} ${ConnectOrchestrator.rootCommand} init -p ${filePath}${sensitiveFlag} --skipBanner`], {
2323
name: 'xterm-color',
2424
cols: 80,
2525
rows: 30,

0 commit comments

Comments
 (0)