From 04c28f10c56b36e0754b375e3e1209d472bb9584 Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Tue, 10 Sep 2019 12:06:20 +0200 Subject: New command: Show --- scripts/lesana | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/lesana b/scripts/lesana index 713f8a7..b8b9929 100755 --- a/scripts/lesana +++ b/scripts/lesana @@ -2,7 +2,7 @@ import argparse -from lesana.command import New, Edit, Index, Search, Init, Remove +from lesana.command import New, Edit, Show, Index, Search, Init, Remove class Lesana(): """ @@ -12,6 +12,7 @@ class Lesana(): commands = ( ('new', New()), ('edit', Edit()), + ('show', Show()), ('index', Index()), ('search', Search()), ('init', Init()), -- cgit v1.2.3