No file extension when user defines the name of the file (using new command) #114
Labels
bug
Something isn't working
enhancement
New feature or request
good first issue
Good for newcomers
stale
Describe the bug
When user uses the
new
command they can provide the filename of the file.For example, if I put
myNewFile
as a value, the file is created OK, but no file extension is added.I think it might be a better experience if we detect if no extension is on the file and just put the
yaml
extension of the file for them?The text was updated successfully, but these errors were encountered: