Skip to content

Commit

Permalink
Add definition for executableFile CommandOption (#1028)
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowspawn committed Aug 24, 2019
1 parent 1298a79 commit 4c34d0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/index.d.ts
Expand Up @@ -279,6 +279,7 @@ declare namespace commander {
interface CommandOptions {
noHelp?: boolean;
isDefault?: boolean;
executableFile?: string;
}

interface ParseOptionsResult {
Expand Down

0 comments on commit 4c34d0e

Please sign in to comment.