From be795f11ec8787cd8745d1e677dc4e4df6ed94d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduard=20Bardaj=C3=AD=20Puig?= Date: Tue, 30 Jun 2020 14:39:41 +0300 Subject: [PATCH] Specify location of options The options aren't documented anywhere, so this PR updates to README to point to the `cli.js` file where they are defined. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c971239..f96ae49 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ afterwards, e.g. changing `SyntheticEvent` to `React.Event`. - `yarn global add @khanacademy/flow-to-ts` - `flow-to-ts [options] ` +For a comprehensive list of available options, please check out the [CLI code](./src/cli.js). + # Playground https://flow-to-ts.netlify.com