Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
README: added new usage options
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Sep 4, 2015
1 parent d7d692d commit 25acd0f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Converts TypeScript definition files into ActionScript. The FlexJS transpiler ma
dts2as hello.d.ts
dts2as file1.d.ts file2.d.ts
dts2as --outDir ./as3-files file.d.ts
dts2as --exclude com.example.SomeType file.d.ts
```

The following arguments are available:
Expand All @@ -24,6 +25,10 @@ The following arguments are available:

Specify the fully-qualified name of a symbol to include when emitting ActionScript. Excludes all other symbols.

* `-t VERSION` or `--target VERSION`

Specify ECMAScript target version for the TypeScript standard library: 'ES3', 'ES5' (default), or 'ES6'

* `-v` or `--version`

Print the version of `dts2as`.

0 comments on commit 25acd0f

Please sign in to comment.