feat(docs): add some previously undocumented commands

This commit is contained in:
spiral
2023-03-25 16:08:44 -04:00
parent 77142e244f
commit 020a6f99fe
2 changed files with 8 additions and 0 deletions

View File

@@ -189,6 +189,7 @@ public partial class CommandTree
}
// hacky, but we need to CheckSystem(target) which throws a PKError
// normally PKErrors are only handled in ctx.Execute
try
{
await HandleSystemCommandTargeted(ctx, target ?? ctx.System);