Change how to identify custom comamnd (#6187)

Co-authored-by: Frank <v-frankz@microsoft.com>
This commit is contained in:
Kangaxx-0
2022-08-02 16:40:07 -07:00
committed by GitHub
parent ce6df93d05
commit ebf845f431
5 changed files with 19 additions and 5 deletions

View File

@ -30,6 +30,10 @@ impl Command for KnownExternal {
true
}
fn is_builtin(&self) -> bool {
false
}
fn run(
&self,
engine_state: &EngineState,