dart-archive / dart2_fix

A tool to migrate API usage to Dart 2
https://pub.dartlang.org/packages/dart2_fix
BSD 3-Clause "New" or "Revised" License
7 stars 3 forks source link

initial cli ui #3

Closed devoncarew closed 6 years ago

devoncarew commented 6 years ago

An initial CLI UI:

usage: dart2_fix [options...] <directories>

-h, --help     Display usage help.
-w, --apply    Apply the refactoring changes to the project's source files.

@bwilkerson