chriswalz / bit

Bit is a modern Git CLI
Apache License 2.0
6.05k stars 106 forks source link

bit save: "EOF found when expecting closing quote" while typing #102

Closed philipodev closed 3 years ago

philipodev commented 3 years ago

Describe the bug bit save "9:32AM ERR Users/chris/go/src/github.com/chriswalz/bit/cmd/bit_cmd.go:86 > error="EOF found when expecting closing quote" when typing after the first QUOTE-mark in bit save

To Reproduce Steps to reproduce the behavior:

  1. run bit
  2. type bit save "
  3. now everything you type after starting quote should throw this error.

Expected behavior should probably validate the input once im done typing?

Screenshots image

Desktop (please complete the following information):

Additional context (Add any other context about the problem here)

chriswalz commented 3 years ago

This issue is now fixed in version v1.0.2. Please let me know if you're still having problems. Also, consider donating if you're enjoying using Bit :)

use bit update