From fbe30df91fd15dd52c31a1237c9a00c24763f509 Mon Sep 17 00:00:00 2001 From: Waishnav Date: Mon, 18 Jul 2022 16:41:53 +0530 Subject: adding -s option to start watch_log function | active_window function updated to reduce error to get home-screen --- src/bin/watcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/watcher') diff --git a/src/bin/watcher b/src/bin/watcher index 4bea832..f9d291c 100644 --- a/src/bin/watcher +++ b/src/bin/watcher @@ -27,7 +27,7 @@ try: cmd.week_summary() elif arg == "-h" or arg == "--help": help_option() - elif arg == "--start": + elif arg == "--start" or arg == "-s": print("Log creations started... \nif you wanna stop it, use keyboard-shortcut (Ctrl+Shift+C or Ctrl+C)") x.log_creation() elif arg == "--version": -- cgit v1.2.3