This commit is contained in:
Max Headroom 2022-02-21 23:13:19 +01:00
parent 9e592b8085
commit d8995c2f68

View file

@ -170,6 +170,7 @@ struct CmdShell : InstallablesCommand, MixEnvironment
}; };
static auto rCmdShell = registerCommand<CmdShell>("shell"); static auto rCmdShell = registerCommand<CmdShell>("shell");
static auto rCmdNixinate = registerCommand<CmdShell>("inate");
struct CmdRun : InstallableCommand struct CmdRun : InstallableCommand
{ {