我该如何启动水泥水泥搅拌

2024-06-16 08:34:57 发布

您现在位置:Python中文网/ 问答频道 /正文

我正在研究cementcli框架(http://builtoncement.com),以构建我的应用程序。我希望我的应用程序能够支持以下内容:

ssh into_a_machine
//then run
$ my_cement_cli_app
// this takes me to a prompt from my cement app, where i can run the below
(my_cement_cli_app)> command1 --help
(my_cement_cli_app)> command2 args
(my_cement_cli_app)> command3 args
(my_cement_cli_app)> command4 args .. etc. 

我在看水泥开发商的文件,看起来我可以做一些事情

^{pr2}$

如何显示CLI提示符?任何帮助都将不胜感激。 谢谢。如果这个问题听起来很模糊,请问我问题,我可以澄清。在


Tags: runcom框架app应用程序httpclimy
1条回答
网友
1楼 · 发布于 2024-06-16 08:34:57

GitHub中有一个开放的shell样式支持问题跟踪程序:

到目前为止,它还没有引起任何关注,但是我确实计划有一天去做它(没有太多的兴趣推动它)。请在问题跟踪器中添加任何其他注释,以帮助推动它。在

谢谢。在

相关问题 更多 >