Spyder是否通过命令行提供文件diff & merge配置?我在他们的文档中没有看到任何相关的东西,我也没有找到一个可以提供这个功能的插件。在默认情况下,似乎没有可用的相关选项:
~$ which spyder
//anaconda/envs/test_env/bin/spyder
~$ spyder --help
Usage: spyder [options] files
Options:
-h, --help show this help message and exit
--new-instance Run a new instance of Spyder, even if the single
instance mode has been turned on (default)
--defaults Reset configuration settings to defaults
--reset Remove all configuration files!
--optimize Optimize Spyder bytecode (this may require
administrative privileges)
-w WORKING_DIRECTORY, --workdir=WORKING_DIRECTORY
Default working directory
--show-console Do not hide parent console window (Windows)
--multithread Internal console is executed in another thread
(separate from main application thread)
--profile Profile mode (internal test, not related with Python
profiling)
--window-title=WINDOW_TITLE
String to show in the main window title
-p OPEN_PROJECT, --project=OPEN_PROJECT
Path that contains an Spyder project感谢您的反馈。
发布于 2017-11-17 00:07:48
(Spyder维护者在这里)
Spyder是否通过命令行提供文件diff & merge配置?
不,它没有。还有其他IDE提供它,例如VSCode和Atom,但是在它的图形界面中不能通过命令行选项。
https://stackoverflow.com/questions/47337079
复制相似问题