forked from nonsensical-dev/zenyx-engine
finally fix workflow i hope
This commit is contained in:
parent
3ccb504e8c
commit
e4d919ad89
8 changed files with 113 additions and 126 deletions
|
@ -1,6 +1,4 @@
|
|||
use commands::{
|
||||
ClearCommand, CounterCommand, ExitCommand, HelpCommand, PanicCommmand,ExecFile
|
||||
};
|
||||
use commands::{ClearCommand, CounterCommand, ExecFile, ExitCommand, HelpCommand, PanicCommmand};
|
||||
|
||||
use crate::commands;
|
||||
|
||||
|
@ -13,7 +11,6 @@ pub fn setup() {
|
|||
commands!(
|
||||
HelpCommand,
|
||||
ExecFile,
|
||||
|
||||
ClearCommand,
|
||||
ExitCommand,
|
||||
CounterCommand,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue