small interface fix
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user