Modify the command line option handling to require invocation in this format: **dfix** _command_ [options] _files_ For example: ``` dfix upgrade file.d ``` ``` dfix rename "std.typetuple.TypeTuple" "std.meta.List" ```