Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
今天早上我可能只是很胖,但我似乎无法接受html2haml或-s选择--stdin工作。
html2haml
-s
--stdin
运行html2haml或html2haml -s在命令行上看起来我进入了某种输入模式,但没有办法逃脱,但是^c. 这会导致中断,并且不会再发生任何事情。
html2haml -s
^c
您需要使用Ctrl+D来发送文件结尾,以便html2haml知道输入已完成,而不是使用Ctrl+C来中断进程。(这些键实际上是默认值,可能会有所不同,但可能适合您)。