Skip to content

Commit 61d8dcb

Browse files
authored
feat(cli): default q with no commands to launch q chat instead of GUI (#987)
1 parent c03d6d3 commit 61d8dcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: crates/q_cli/src/cli/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ impl Cli {
348348
CliRootCommands::Inline(subcommand) => subcommand.execute(&cli_context).await,
349349
},
350350
// Root command
351-
None => launch_dashboard(true).await,
351+
None => chat::chat(None, false, false, None).await,
352352
}
353353
}
354354

0 commit comments

Comments
 (0)