diff options
Diffstat (limited to 'Omni')
| -rw-r--r-- | Omni/Task.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Omni/Task.hs b/Omni/Task.hs index ae854a7..0aca674 100644 --- a/Omni/Task.hs +++ b/Omni/Task.hs @@ -153,6 +153,8 @@ move args _ -> panic "Invalid status. Use: open, in-progress, or done" updateTaskStatus tid newStatus putStrLn <| "Updated task " <> T.unpack tid + -- Remind user to commit changes (pre-commit hook will auto-export) + putText "Note: Task changes will be committed automatically on your next git commit." | args `Cli.has` Cli.command "deps" = do tid <- getArgText args "id" showDependencyTree tid |
