This commit is contained in:
zawz 2020-11-20 10:42:48 +01:00
parent aeef5a3554
commit 6bd91bde7f

View file

@ -38,7 +38,7 @@ Variable names can be minimized with `--minimize-var`,
use `--exclude-var` to exclude variables from being minimized (for example environment config). use `--exclude-var` to exclude variables from being minimized (for example environment config).
Function names can be minimized with `--minimize-fct`, Function names can be minimized with `--minimize-fct`,
use `--exclude-var` to exclude functions from being minimized. use `--exclude-fct` to exclude functions from being minimized.
Unused functions can be removed with `--remove-unused`. Unused functions can be removed with `--remove-unused`.
Removal of unused variables is a work in progress. Removal of unused variables is a work in progress.