OrkoHunter / keep

A Meta CLI toolkit : Personal shell command keeper and snippets manager
MIT License
599 stars 54 forks source link

Error parsing $ commands #84

Closed 0xrushi closed 2 years ago

0xrushi commented 2 years ago

I had saved this command to stop all docker containers, its giving some exception.

image

rahuliyer95 commented 2 years ago

Replace $ with $$ while saving the command. See https://docs.python.org/3/library/string.html#string.Template for more information