From aeef5a355460694836dda8e12c2c26245a6f4447 Mon Sep 17 00:00:00 2001 From: zawz Date: Fri, 20 Nov 2020 10:42:30 +0100 Subject: [PATCH] Complete missing doc --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b73e864..c3d1b8c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,11 @@ This can cause some change in execution behavior if you are not careful. Variable names can be minimized with `--minimize-var`, use `--exclude-var` to exclude variables from being minimized (for example environment config). -Function names can be minimized with `--minimize` +Function names can be minimized with `--minimize-fct`, +use `--exclude-var` to exclude functions from being minimized. + +Unused functions can be removed with `--remove-unused`. +Removal of unused variables is a work in progress. ## Other features @@ -59,6 +63,10 @@ Directly execute an extended lxsh script with either > There may be some issues with direct execution as of now +### Variable/Function/command listing + +You can list all calls of variables, functions or commands with `--list-*` options + # Build ## Dependencies