aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/lesana1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lesana b/scripts/lesana
index 8e34179..a9778ab 100755
--- a/scripts/lesana
+++ b/scripts/lesana
@@ -19,6 +19,7 @@ class Lesana(lesana.command.MainCommand):
("show", lesana.command.Show()),
("index", lesana.command.Index()),
("search", lesana.command.Search()),
+ ("get-values", lesana.command.GetValues()),
("update", lesana.command.Update()),
("export", lesana.command.Export()),
("init", lesana.command.Init()),