fish-shell/fish-rust/src/builtins/mod.rs
ridiculousfish 9f7e6a6cd1 Revert "Implement builtin_printf in Rust"
This reverts PR #9666. This had outstanding review comments and should
not have been committed.
2023-03-27 22:03:30 -07:00

15 lines
197 B
Rust

pub mod shared;
pub mod abbr;
pub mod bg;
pub mod block;
pub mod contains;
pub mod echo;
pub mod emit;
pub mod exit;
pub mod pwd;
pub mod random;
pub mod realpath;
pub mod r#return;
pub mod wait;