Skip to main content

strat9_kernel/shell/commands/sys/
strate.rs

1use super::*;
2
3/// Strate management command entrypoint.
4pub fn cmd_strate(args: &[String]) -> Result<(), ShellError> {
5    super::cmd_strate_impl(args)
6}