You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Having ability to view / edit the request command before running would be nice feature to have.
We can use :confirm command modifier instead of introducing flags to :Rest run arguments.
So running :confirm Rest run will print the cli command to run and ask users to edit the command before passing it to vim.system()
request client module should be refactored a bit to get this
The text was updated successfully, but these errors were encountered:
Issues
Feature description
related: #435
Having ability to view / edit the request command before running would be nice feature to have.
We can use
:confirm
command modifier instead of introducing flags to:Rest run
arguments.So running
:confirm Rest run
will print the cli command to run and ask users to edit the command before passing it tovim.system()
request client module should be refactored a bit to get this
The text was updated successfully, but these errors were encountered: