From 0038a648a74236e33144cb8c3bce42a0873ec44f Mon Sep 17 00:00:00 2001
From: Elena ``of Valhalla'' Grandi <valhalla@trueelena.org>
Date: Thu, 22 Dec 2016 21:50:44 +0100
Subject: new command: edit

---
 scripts/lesana | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'scripts')

diff --git a/scripts/lesana b/scripts/lesana
index c909888..a452c64 100755
--- a/scripts/lesana
+++ b/scripts/lesana
@@ -1,13 +1,14 @@
 #!/usr/bin/env python3
 
 import gadona
-from lesana.command import New, Index, Search
+from lesana.command import New, Edit, Index, Search
 
 if __name__ == '__main__':
     app = gadona.App()
     app.description = "Manage collections"
     app.commands = [
         New(),
+        Edit(),
         Index(),
         Search(),
         ]
-- 
cgit v1.2.3