首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >命令行文件差异&通过Anaconda的间谍合并

命令行文件差异&通过Anaconda的间谍合并
EN

Stack Overflow用户
提问于 2017-11-16 18:49:54
回答 1查看 3.3K关注 0票数 0

Spyder是否通过命令行提供文件diff & merge配置?我在他们的文档中没有看到任何相关的东西,我也没有找到一个可以提供这个功能的插件。在默认情况下,似乎没有可用的相关选项:

代码语言:javascript
复制
~$ 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

感谢您的反馈。

EN

回答 1

Stack Overflow用户

发布于 2017-11-17 00:07:48

(Spyder维护者在这里)

Spyder是否通过命令行提供文件diff & merge配置?

不,它没有。还有其他IDE提供它,例如VSCode和Atom,但是在它的图形界面中不能通过命令行选项。

票数 3
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/47337079

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档