mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 18:31:52 +00:00
todos for diagnostic mode
This commit is contained in:
committed by
Aiden McClelland
parent
6b4909750c
commit
a59036d438
@@ -40,3 +40,13 @@ pub fn exit(#[context] ctx: DiagnosticContext) -> Result<(), Error> {
|
||||
ctx.shutdown.send(()).expect("receiver dropped");
|
||||
Ok(())
|
||||
}
|
||||
|
||||
#[command(display(display_none))]
|
||||
pub fn restart(#[context] ctx: DiagnosticContext) -> Result<(), Error> {
|
||||
todo!()
|
||||
}
|
||||
|
||||
#[command(rename = "forget-disk", display(display_none))]
|
||||
pub fn forget_disk(#[context] ctx: DiagnosticContext) -> Result<(), Error> {
|
||||
todo!()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user