small interface fix
This commit is contained in:
parent
b51bbb00a4
commit
fea330b8ff
@ -12,7 +12,7 @@ interface Directory {
|
|||||||
interface CliCommand {
|
interface CliCommand {
|
||||||
specified: boolean;
|
specified: boolean;
|
||||||
name: string;
|
name: string;
|
||||||
arguments:string[];
|
arguments:CliCommandArgument[];
|
||||||
}
|
}
|
||||||
|
|
||||||
interface CliCommandArgument {
|
interface CliCommandArgument {
|
||||||
|
Loading…
Reference in New Issue
Block a user