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
go get github.com/metalrex100/swaghtml && swaghtml gen -i resources/swagger.json -o docs/swagger.html
outputs open docs/swagger.html: no such file or directory
if docs dir does not exist.
Expected behavior: gen cmd will create docs dir before save file to it
The text was updated successfully, but these errors were encountered:
go get github.com/metalrex100/swaghtml && swaghtml gen -i resources/swagger.json -o docs/swagger.html
outputs
open docs/swagger.html: no such file or directory
if docs dir does not exist.
Expected behavior: gen cmd will create docs dir before save file to it
The text was updated successfully, but these errors were encountered: