duckduckgo / p5-app-duckpan

DuckDuckHack OpenSource Development Application
http://metacpan.org/module/App::DuckPAN
Other
53 stars 47 forks source link

Cheat sheet template wizard should use hyphens #355

Closed tagawa closed 8 years ago

tagawa commented 8 years ago

Steps to reproduce:

  1. Launch the DuckPAN cheat sheet template wizard: duckpan new --template cheatsheet
  2. Enter a name containing a space, e.g. "my test"
  3. Press [Enter]

What should happen: The resulting filename should contain a hyphen, e.g. my-test.json

What actually happens: The resulting filename contains an underscore, e.g. my_test.json, meaning the cheat sheet isn't triggered.

GuiltyDolphin commented 8 years ago

@tagawa Yup - we've got an issue for it #353.