add debug time command
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
85f734ec74
commit
111cbea6fc
2 changed files with 10 additions and 2 deletions
|
@ -175,6 +175,9 @@ pub(super) enum DebugCommand {
|
|||
/// invocation.
|
||||
RuntimeInterval,
|
||||
|
||||
/// - Print the current time
|
||||
Time,
|
||||
|
||||
/// - Developer test stubs
|
||||
#[command(subcommand)]
|
||||
#[allow(non_snake_case)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue