diff options
| author | theprimeagain <the.primeagen@gmail.com> | 2026-02-24 07:21:34 -0700 |
|---|---|---|
| committer | theprimeagain <the.primeagen@gmail.com> | 2026-02-24 07:21:34 -0700 |
| commit | 98212fdb0e1cec4a0466e2ccf09a1a0b8679bc99 (patch) | |
| tree | d13d7aed6c002c58a4e479146fbb0d6aa3ba329f | |
| parent | 12138d5eaa0c7e8562dff8aab744400462e40c3c (diff) | |
| download | a4-98212fdb0e1cec4a0466e2ccf09a1a0b8679bc99.tar.xz a4-98212fdb0e1cec4a0466e2ccf09a1a0b8679bc99.zip | |
small rename work -> search
| -rw-r--r-- | lua/99/extensions/work/worker.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/99/extensions/work/worker.lua b/lua/99/extensions/work/worker.lua index ce03ba7..a967b4c 100644 --- a/lua/99/extensions/work/worker.lua +++ b/lua/99/extensions/work/worker.lua @@ -14,7 +14,7 @@ local utils = require("99.utils") --- @field set_work fun(opts?: _99.WorkOpts): nil --- will set the work for the project. If opts provide a description then no --- input capture of work description will be required ---- @field work fun(): nil +--- @field search fun(): nil --- will use _99.search to find what is left to be done for this work item to be --- considered done local M = {} @@ -141,7 +141,7 @@ and how to fix them ) end -function M.work() +function M.search() local _99 = require("99") hydrate_current_work_item() |
