Closed na4zagin3 closed 4 years ago
This PR adds GNU Style long options (e.g., --library) and deprecates those that does not follow the rule (e.g., -library).
--library
-library
Additionally, this PR adds --use-system-fonts option to install subcommand, fixing system font prefix to system:.
--use-system-fonts
install
system:
This PR adds GNU Style long options (e.g.,
--library
) and deprecates those that does not follow the rule (e.g.,-library
).Additionally, this PR adds
--use-system-fonts
option toinstall
subcommand, fixing system font prefix tosystem:
.