diff options
| author | Ben Sima <ben@bensima.com> | 2025-11-22 13:57:46 -0500 |
|---|---|---|
| committer | Ben Sima <ben@bensima.com> | 2025-11-22 13:57:46 -0500 |
| commit | 42027b3dd8c3caa66eb7c0279b0bf70123380d41 (patch) | |
| tree | 3051dc4c15559c84ee1f45652e4e514ac587ec99 /Omni | |
| parent | 8bf6915fe0277a44a9bfa0e6b47b63e1cbf35f42 (diff) | |
| parent | b32a1eba741d015480924b65e0f21150ec94642f (diff) | |
task: complete t-1o2bkseag8u (Merge)
Amp-Thread-ID:
https://ampcode.com/threads/T-ca3b086b-5a85-422a-b13d-256784c04221
Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'Omni')
| -rw-r--r-- | Omni/Task.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Omni/Task.hs b/Omni/Task.hs index 088352e..b62e1c1 100644 --- a/Omni/Task.hs +++ b/Omni/Task.hs @@ -116,7 +116,8 @@ move args | args `Cli.has` Cli.command "init" = do let quiet = args `Cli.has` Cli.longOption "quiet" initTaskDb - unless quiet <| putText "Task database initialized. Use 'task create' to add tasks." + callCommand "git config commit.template .gitmessage" + unless quiet <| putText "Task database initialized and git commit template configured. Use 'task create' to add tasks." | args `Cli.has` Cli.command "create" = do title <- getArgText args "title" taskType <- case Cli.getArg args (Cli.longOption "type") of |
