mirror of
https://github.com/danbulant/docker-compose
synced 2026-05-19 20:38:35 +00:00
update TS types: make commandOptions optional
This commit is contained in:
parent
4f23e43493
commit
c14141896d
1 changed files with 1 additions and 1 deletions
2
index.d.ts
vendored
2
index.d.ts
vendored
|
|
@ -24,7 +24,7 @@ declare module "docker-compose" {
|
|||
cwd: string;
|
||||
config?: string | string[];
|
||||
log?: boolean;
|
||||
commandOptions: string[] | Array<string | string[]>;
|
||||
commandOptions?: string[] | Array<string | string[]>;
|
||||
}
|
||||
|
||||
interface IDockerComposeLogOptions extends IDockerComposeOptions {
|
||||
|
|
|
|||
Loading…
Reference in a new issue