httpyac icon indicating copy to clipboard operation
httpyac copied to clipboard

bug: can't specify any file in a directory

Open steebchen opened this issue 3 months ago • 5 comments

I have a folder http with some .http files.

When I run:

> httpyac ./http/reproduction.http --all --output=response
httpYac cannot find the specified file ./http/reproduction.http.

but this works:

> cd http
> httpyac reproduction.http --all --output=response
# ok

this is my file (rename to .http):

reproduction.txt

steebchen avatar Sep 14 '25 00:09 steebchen