Module shell

Source
Expand description

A rudimentary kernel-mode command shell, primarily for debugging and testing purposes.

Structs§

Command
Defines a shell command, including its name, help text, and how the command is executed.
Context
Error

Enums§

NumberFormat

Traits§

Run

Functions§

eval
handle_command

Type Aliases§

CmdResult