Show More
@@ -278,6 +278,8 b' def editinplace(fname):' | |||
|
278 | 278 | |
|
279 | 279 | def main(): |
|
280 | 280 | ap = argparse.ArgumentParser() |
|
281 | ap.add_argument('--version', action='version', | |
|
282 | version='Byteify strings 1.0') | |
|
281 | 283 | ap.add_argument('-i', '--inplace', action='store_true', default=False, |
|
282 | 284 | help='edit files in place') |
|
283 | 285 | ap.add_argument('--dictiter', action='store_true', default=False, |
General Comments 0
You need to be logged in to leave comments.
Login now