I use the command line.
If I write :
httpsnippet -t curl test.har
I get :
✓ test.har > curl [default] :
false
Since curl is not a valid target, I would expect the program to write an error message such as : curl is not a valid target, here is the list of valid targets : ...
I use the command line.
If I write :
httpsnippet -t curl test.harI get :
Since curl is not a valid target, I would expect the program to write an error message such as :
curlis not a valid target, here is the list of valid targets : ...