Remove undocumented/uncommon aliases (#4177)
authorAndres Noetzli <andres.noetzli@gmail.com>
Thu, 2 Apr 2020 18:59:34 +0000 (11:59 -0700)
committerGitHub <noreply@github.com>
Thu, 2 Apr 2020 18:59:34 +0000 (13:59 -0500)
commite24e6f3620996ee9e5010d30fefc51247cc55fdc
treecb44e6cd092956a05ac00d4104d19bd0e1f36eb4
parentaa6fb6fa3df0b1519e6763e72541c022396ab1dc
Remove undocumented/uncommon aliases (#4177)

This commit removes aliases that are either undocumented or associated
with uncommon options.

Note: The removal of --statistics, --language, and --output-language may be controversial. The options were undocumented previously and I am in favor of simplifying the options as much as possible, however. Please let me know what you think.
src/options/base_options.toml
src/options/expr_options.toml
src/options/main_options.toml
src/options/parser_options.toml
src/options/smt_options.toml
test/unit/expr/expr_public.h
test/unit/expr/node_black.h