Skip to content

Commit

Permalink
add deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
m4rc1e committed Aug 2, 2023
1 parent caaf21b commit 5c60e17
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Lib/gftools/scripts/ufo_merge.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@

parser = ArgumentParser(description=__doc__)


logger.info(
"\nThis tool has been deprecated. "
"Please use https://github.com/googlefonts/ufomerge instead.\n"
)

gs = parser.add_argument_group("glyph selection")
gs.add_argument("-g", "--glyphs", help="Glyphs to add from UFO 2", default="")
gs.add_argument("-G", "--glyphs-file", help="File containing glyphs to add from UFO 2")
Expand Down

0 comments on commit 5c60e17

Please sign in to comment.