fix: update continuation prompt to be more minimal (#3374)

Co-authored-by: Kevin Song <chips@ksong.dev>
This commit is contained in:
Matan Kushner
2022-01-01 22:39:08 +03:00
committed by GitHub
parent 4deaa02d6f
commit 800fbec0cf
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ impl<'a> Default for FullConfig<'a> {
Self {
format: "$all".to_string(),
right_format: "".to_string(),
continuation_prompt: "[](bold yellow)".to_string(),
continuation_prompt: "[](bright-black) ".to_string(),
scan_timeout: 30,
command_timeout: 500,
add_newline: true,