Early implementation of bash-like completions with 'complete' and 'compgen' builtins

This commit is contained in:
2026-02-27 01:10:52 -05:00
parent 1e9c54caea
commit 96ea2d0ac9
17 changed files with 879 additions and 227 deletions

View File

@@ -1,5 +1,3 @@
use nix::{errno::Errno, unistd::execvpe};
use crate::{
builtin::setup_builtin,
jobs::JobBldr,