Skip to content

Commit

Permalink
ci: add github action
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Nov 21, 2023
1 parent f378997 commit bfe18e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command-line-parser/command-line.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export interface ArgumentOptions {
alias: string;
}

export type CommandLineDefinitions = Array<Partial<ArgumentOptions>>;
export type CommandLineDefinitions = Partial<ArgumentOptions>[];

export interface Argv {
help: boolean;
Expand Down

0 comments on commit bfe18e0

Please sign in to comment.