unvt / charites

It is an application to style vector tiles easily
https://unvt.github.io/charites/
MIT License
54 stars 13 forks source link

Typo (??) in help for initialize #142

Closed ubukawa closed 1 year ago

ubukawa commented 1 year ago

Describe the bug I am not 100% for sure, but there could be typo in the explanation of "init" command.

To Reproduce Steps to reproduce the behavior:

  1. Start charites
  2. charites init --help
  3. You will see the explanation. It says "initialize a style JSON", but we are creating YAML.

Expected behavior It should say "initalize a style YAML" or "initialize a style"

Screenshots If applicable, add screenshots to help explain your problem. image

Charites Version:

Desktop (please complete the following information):

Additional context Add any other context about the problem here.

keichan34 commented 1 year ago

Yeah, this is a typo. Thanks!

iamr-kumar commented 1 year ago

Can I submit a PR for this?

ubukawa commented 1 year ago

Thank you!!