diff options
| author | theprimeagain <the.primeagen@gmail.com> | 2026-02-28 11:52:49 -0700 |
|---|---|---|
| committer | theprimeagain <the.primeagen@gmail.com> | 2026-02-28 11:52:49 -0700 |
| commit | a763a00bad9982dba7b3b755c6ced2169c99393a (patch) | |
| tree | 725f3860ddc37c723972fec1c911719856e77daa /lua/99/init.lua | |
| parent | 47c13ce295e1db9b1df41a41ee72e16ee98593cd (diff) | |
| download | a4-a763a00bad9982dba7b3b755c6ced2169c99393a.tar.xz a4-a763a00bad9982dba7b3b755c6ced2169c99393a.zip | |
fixed the small bug, updated the comments, added test
Diffstat (limited to 'lua/99/init.lua')
| -rw-r--r-- | lua/99/init.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/99/init.lua b/lua/99/init.lua index 393c427..035ee16 100644 --- a/lua/99/init.lua +++ b/lua/99/init.lua @@ -199,8 +199,8 @@ local _99_state --- takes your current selection and sends that along with the prompt provided and replaces --- your visual selection with the results --- @field view_logs fun(): nil ---- views the most recent logs. we dont have a way to view older logs in a reasonable right now ---- I want to rework the log viewing +--- view_logs allows you to select the request you want to see and then you +--- get to see the logs. --- @field stop_all_requests fun(): nil --- stops all in flight requests. this means that the underlying process will --- be killed (OpenCode) and any result will be discared |
