commit 76ba50d709fbe5f8755d8e8dcaf28b562d8ccb6f
parent 18c53dc8bc5f6f9498e7997b940a1f95625e14fc
Author: Joel-Haeberli <haebu@rubigen.ch>
Date: Wed, 8 May 2024 15:09:08 +0200
cli: integrate terminal activation
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/cli/cli.go b/cli/cli.go
@@ -358,6 +358,7 @@ func showHelp() error {
fmt.Println("register wallee provider (", ACTION_REGISTER_PROVIDER, ")")
fmt.Println("register wallee terminal (", ACTION_REGISTER_TERMINAL, ")")
fmt.Println("deactivate wallee terminal (", ACTION_DEACTIVATE_TERMINAL, ")")
+ fmt.Println("activate wallee terminal (", ACTION_ACTIVATE_TERMINAL, ")")
fmt.Println("setup simulation (", ACTION_SETUP_SIMULATION, ")")
fmt.Println("connect database (", ACTION_CONNECT_DB, ")")
fmt.Println("show help (", ACTION_HELP, ")")