Skip to content

Commit

Permalink
fix(sdef-to-dts): improve layout of help message
Browse files Browse the repository at this point in the history
  • Loading branch information
havardh committed Sep 6, 2018
1 parent 825328a commit 1e94999
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/@jxa/sdef-to-dts/bin/cmd.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ const cli = meow(`
Usage
$ npx @jxa/sdef-to-dts <input> --output <output>
<input> - path to an Application.app to read
<input> path to an Application.app to read
Options
--output, -o - path to an Application.d.ts or a directory to write to
--version - show the version
--help - show this help page
--output, -o path to an Application.d.ts or a directory to write to
--version show the version
--help show this help page
Examples
$ npx @jxa/sdef-to-dts /Applications/Safari.app --output ./safari.d.ts
Expand Down

0 comments on commit 1e94999

Please sign in to comment.