
flow
List of commands for flow:
-
flow:tldr:d289a flow: Check which files are being checked by flow.$ flow lstry on your machineexplain this command
-
flow:tldr:f5c29 flow: Display line-by-line type coverage stats.$ flow coverage --color ${filename-jsx}try on your machineexplain this command
-
flow:tldr:fd58c flow: Run a type coverage check on all files in a directory.$ flow batch-coverage --show-all --strip-root ${path-to-directory}try on your machineexplain this command