Skip to content

Commit

Permalink
types: in process args add format, verbose and
Browse files Browse the repository at this point in the history
 help.
  • Loading branch information
narekhovhannisyan committed Sep 17, 2023
1 parent f8bcbe6 commit 32c0dae
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions src/types/process-args.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
export interface ImplProcessArgs {
impl: string;
ompl: string;
export interface RimplProcessArgs {
impl?: string;
ompl?: string;
format?: string;
verbose?: boolean;
help?: boolean;
}

0 comments on commit 32c0dae

Please sign in to comment.