We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18c2d80 commit d6c4841Copy full SHA for d6c4841
crates/shell/src/main.rs
@@ -32,7 +32,7 @@ fn init_state() -> ShellState {
32
async fn interactive() -> anyhow::Result<()> {
33
let config = Config::builder()
34
.history_ignore_space(true)
35
- .completion_type(CompletionType::Circular)
+ .completion_type(CompletionType::List)
36
.build();
37
38
let mut rl = Editor::with_config(config)?;
0 commit comments