todos for diagnostic mode

This commit is contained in:
Aiden McClelland
2021-09-15 12:27:23 -06:00
committed by Aiden McClelland
parent 6b4909750c
commit a59036d438

View File

@@ -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!()
}