Expand description
Public startup command-registration API.
Structs§
- Command
Argument - An argument parser accepted by a public command node.
- Command
Context - A parsed command invocation exposed to an extension executor.
- Command
Error - A command parsing or execution error with vanilla-style feedback.
- Command
Node - One literal or argument node in a server command declaration.
- Command
Parser Source - Read-only source facts available while a custom argument is parsed.
- Command
Reader - Cursor-aware input available to custom argument parsers.
- Command
Reader Cursor - Cursor checkpoint for a public custom argument reader.
- Command
Registration - A command declaration collected before the server constructs its dispatcher atomically.
- Command
Registration Error - A command registration failed validation or collided by stable owner ID.
- Command
Registry - Additional command declarations supplied before server startup.
- Command
Source - Read-only execution source and feedback operations available to extension commands.
- Command
Suggestion Context - Prior parsed values and source facts available to custom suggestions.
- Command
Suggestions - Completion builder available to custom argument parsers.
- External
Command 🔒Suspension
Enums§
- Suspended
Command Poll - Poll result for a public command whose result is produced across ticks.
Traits§
- Command
Argument Parser - Typed, deterministically keyed parser contract for extension arguments.
- Suspended
Command - Cross-tick command work owned and cancelled by Steel’s command scheduler.