Early implementation of bash-like completions with 'complete' and 'compgen' builtins
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
use std::sync::LazyLock;
|
||||
|
||||
use crate::{
|
||||
builtin::setup_builtin,
|
||||
expand::expand_prompt,
|
||||
|
||||
Reference in New Issue
Block a user