• Todd Volkert's avatar
    Run command validation on all commands. (#12246) · a08b5e00
    Todd Volkert authored
    This makes command validation happen as part of `verifyThenRunCommand()`,
    using a newly introduced protected method (`validateCommand()`) rather than
    a `commandValidator` property (that subclasses were responsible for manually
    invoking).
    a08b5e00
stop.dart 1.32 KB