Simon Cozens
ae5e000e29
Run black on all these too.
2020-07-15 17:16:12 +01:00
Simon Cozens
2cef07af80
[doc] Add help options to fonttools CLI ( #1920 )
...
This adds a `help` verb (and `--help` option) to the `fonttools` command line tool. Submodules will be listed in the help text if they have an importable `main` function with a docstring, and `main`'s docstring will be used as the one-line description for the help text.
2020-05-12 06:31:13 +01:00
Cosimo Lupo
d91724d76c
Revert "[doc] Add help options to fonttools CLI"
2020-05-04 17:37:24 +01:00
Simon Cozens
02f23a214c
[doc] Add help options to fonttools CLI
2020-05-03 22:59:54 +01:00
Khaled Hosny
3d6c759ea3
[feaLib] Hide traceback by default on command line
...
Makes the command line tool a little nicer to use. Adds --traceback
option to show them when needed.
2020-04-27 02:53:32 +02:00
Nikolaus Waxweiler
01328213c7
Remove __future__ imports
2019-08-09 12:20:13 +01:00
Miguel Sousa
17b2108666
[feaLib] Add 'tables' option to __main__.py
...
Relates to #1159
2019-02-10 22:27:26 -08:00
Cosimo Lupo
48c12bda63
[feaLib] add __main__.py so one can call fonttools feaLib
...
This is the same as Snippets/apply-feature-file.py
Fixes #569
2017-01-13 11:26:26 +00:00