Would be cool to have a command that takes the request’s body straight from a file. Would be even cooler if we could auto complete the file name with the file on the file system. To do that, we should extend the current autocompletion and make it relative to the commands, every command could expose a #complete(partial) method.
Otherwise we could extend body-edit to take a file parameter
Or both 😄
Would be cool to have a command that takes the request’s body straight from a file. Would be even cooler if we could auto complete the file name with the file on the file system. To do that, we should extend the current autocompletion and make it relative to the commands, every command could expose a
#complete(partial)method.Otherwise we could extend
body-editto take a file parameterOr both 😄