knqyf263 / pet

Simple command-line snippet manager
MIT License
4.54k stars 230 forks source link

wrong with double-quoto #138

Closed dodying closed 9 months ago

dodying commented 4 years ago

Enviroment

win10x64 18363 with pet v0.3.6

Steps to Reproduce

  1. pet new
  2. Command> echo "123"
  3. Description> echo "123"
  4. pet exec

Expected Behavior

print "123"

Current Behavior

print \"123\"

dodying commented 4 years ago

also in windows, when you don't set "EDITOR", pet throw an error when "pet configure" or "pet edit"