jdev - 2023-01-27


  1. nicoco

    so, after cleaning up my namespaces (it was bad lulz: 28 files changed, 144 insertions, 66 deletions), I'm now trying to level up my adhoc command game. does that look like the rightâ„¢ way of prompting for confirmation in an adhoc command? ```xml <command ... status="executing"> <actions execute="complete"> <complete /> </actions> <note type="info">Confirm?</note> ```