yuzutech / kroki-cli

A Kroki CLI
MIT License
65 stars 6 forks source link

Issue inferring wavedrom type from file extensions #14

Closed albertschulz closed 3 years ago

albertschulz commented 3 years ago

I guess there might be a dot missing here? https://github.com/yuzutech/kroki-cli/blob/b802f44b870d62cdd631f2dfd6bd9af056778728/cmd/convert.go#L249

ggrossetie commented 3 years ago

Hi @albertschulz

You are correct, nice catch! Would you like to submit a pull request to fix this issue? You should also add a test in here to make sure that it's actually working: https://github.com/yuzutech/kroki-cli/blob/b802f44b870d62cdd631f2dfd6bd9af056778728/cmd/convert_test.go#L62

Thanks!