fish-shell/fish-rust/src/builtins/mod.rs

6 lines
59 B
Rust
Raw Normal View History

pub mod shared;
2023-02-06 05:08:32 +08:00
pub mod echo;
2023-02-11 01:19:22 +08:00
pub mod emit;
pub mod wait;