Files
initrd/src/cmd.rs
2025-11-22 16:40:53 +01:00

5 lines
70 B
Rust

pub mod bootstrap;
pub mod init;
pub mod init_input;
pub mod version;