Skip to content

Commit

Permalink
chore: add todo for --json flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Jun 2, 2024
1 parent 00264bd commit 62a676d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ For example, here is my [autocmd](https://github.com/jellydn/lazy-nvim-ide/commi

## Show your support

If this guide has been helpful, please give it a ⭐️.
If this plugin has been helpful, please give it a ⭐️.

[![kofi](https://img.shields.io/badge/Ko--fi-F16061?style=for-the-badge&logo=ko-fi&logoColor=white)](https://ko-fi.com/dunghd)
[![paypal](https://img.shields.io/badge/PayPal-00457C?style=for-the-badge&logo=paypal&logoColor=white)](https://paypal.me/dunghd)
Expand Down
1 change: 1 addition & 0 deletions lua/hurl/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ local spinner = require('hurl.spinner')

local M = {}

-- TODO: Refactor to use --json to run the hurl command
local response = {}
local head_state = ''
local is_running = false
Expand Down

0 comments on commit 62a676d

Please sign in to comment.