wolfadex / elm-open-api-cli

A CLI tool for generating Elm modules from Open API specs.
https://www.npmjs.com/package/elm-open-api
25 stars 6 forks source link

Validate `--server` parameter #99

Closed miniBill closed 1 month ago

miniBill commented 3 months ago

The --server parameter should check that the value starts with either http:// or https://

miniBill commented 1 month ago

Actually it doesn't, it could be a relative or absolute path