Skip to content

Commit

Permalink
-n now NOT to convert non-unifiable variants.
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenwong7bm committed Jul 14, 2023
1 parent eff94e5 commit 7781848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
parser.add_argument('file', nargs='*')
parser.add_argument('-c', '--compat', default='jkt')
parser.add_argument('-s', '--supp', default='c')
parser.add_argument('-n', '--not_unifiable', action='store_true')
parser.add_argument('-n', '--not_unifiable', action='store_false')
parser.add_argument('-v', '--alternate', action='store_true')
parser.add_argument('-i', '--ivs', nargs='*')
parser.add_argument('-p', '--punctation', action='store_true')
Expand Down

0 comments on commit 7781848

Please sign in to comment.