facebookarchive / codemod

Codemod is a tool/library to assist you with large-scale codebase refactors that can be partially automated but still require human oversight and occasional intervention. Codemod was developed at Facebook and released as open source.
Apache License 2.0
4.12k stars 197 forks source link

Switch to argparse for argument parsing #47

Closed DanNixon closed 9 years ago

DanNixon commented 9 years ago

As suggested in #43, switch to the argparse module for argument parsing.

facebook-github-bot commented 9 years ago

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla - and if you have received this in error or have any questions, please drop us a line at cla@fb.com. Thanks!

facebook-github-bot commented 9 years ago

Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks!

modocache commented 9 years ago

This is awesome--I just had one small nitpick, the comment I made inline. Thanks for the contribution, and sorry it took so long to review! :100: :sparkling_heart:

modocache commented 9 years ago

Thanks, @DanNixon! :+1:

DanNixon commented 9 years ago

No problem.