Skip to content

Commit a89eafe

Browse files
default to smart
1 parent 72a6c95 commit a89eafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kb_core/src/cli/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub enum Cli {
2020
#[arg(short, long, default_value_t = 5)]
2121
top_k: usize,
2222
/// Output format (pretty, json, markdown)
23-
#[arg(short, long, default_value = "pretty")]
23+
#[arg(short, long, default_value = "smart")]
2424
format: String,
2525
},
2626
/// Configure the application

0 commit comments

Comments
 (0)