草庐IT

credstash

全部标签

python - 在 Python 中使用 credstash

我已经安装了credstash在我的电脑上。在命令提示符下,我可以使用诸如“credstashget[credential]”之类的命令。但是,在python解释器中,在我使用“importcredstash”后,我在尝试使用“credstashget[credential]”命令时遇到语法错误:>>>importcredstash>>>credstashgetcredstashFile"",line1credstashgetcredstash^SyntaxError:invalidsyntax 最佳答案 该语法适用于命令行,对于P