From c22d66b350db2e213cc916fae4f6207440a9be4f Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Mon, 19 Dec 2016 22:12:58 +0100 Subject: Create new empty entry, also from the command line --- scripts/lesana | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 scripts/lesana (limited to 'scripts') diff --git a/scripts/lesana b/scripts/lesana new file mode 100755 index 0000000..64cbc17 --- /dev/null +++ b/scripts/lesana @@ -0,0 +1,15 @@ +#!/usr/bin/env python3 + +import gadona +from lesana.command import New + +if __name__ == '__main__': + app = gadona.App() + app.description = "Manage collections" + app.commands = [ + New(), + ] + app.main() + + + -- cgit v1.2.3