1 2 3 4 5
mod lifecycle; mod page; pub(in crate::tool::browserctl) use lifecycle::{health, snapshot, start, stop}; pub(in crate::tool::browserctl) use page::{back, goto, reload};