How do I gracefully quit out the Sass interactive shell (on Windows) -


i launched sass interactive shell, described @ http://sass-lang.com/docs/yardoc/file.sass_reference.html#interactive_shell

i can't (gracefully) quit.

i've tried:

  • quit
  • exit
  • ^c
  • ^.
  • ^d
  • ^q

anyone know how this?

^d should it. os using?


Comments

Popular posts from this blog

haskell - Using filter on an item in a list? -

c# - When does PreApplicationStartMethod actually get triggered to run? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -