From ce9a80621f24592772bf4c4fbde9bbf113ec0407 Mon Sep 17 00:00:00 2001 From: xalanq Date: Sun, 21 Jul 2019 22:53:09 +0800 Subject: [PATCH] Update FAQ. See #18 --- README.md | 6 ++++++ README_zh_CN.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/README.md b/README.md index 86958af7..c6c8fca6 100644 --- a/README.md +++ b/README.md @@ -184,3 +184,9 @@ Or just google "how to add a path to system environment variable PATH". ### How to add a new testcase Create two extra testcase files `inK.txt` and `ansK.txt` (K is a string with 0~9). + +### Enable tab completion in terminal + +Use this [Infinidat/infi.docopt_completion](https://github.com/Infinidat/infi.docopt_completion). + +Note: If there is a new version released (especially a new command added), you should run `docopt-completion cf` again. diff --git a/README_zh_CN.md b/README_zh_CN.md index 0fd7f50d..134bf66d 100644 --- a/README_zh_CN.md +++ b/README_zh_CN.md @@ -178,3 +178,9 @@ Codeforces Tool 是命令行界面的工具,你应该在终端里运行这个 ### 如何加一个新的测试数据 新建两个额外的测试数据文件 `inK.txt` 和 `ansK.txt` (K 是包含 0~9 的字符串)。 + +### 在终端里启用 tab 补全命令 + +使用这个工具 [Infinidat/infi.docopt_completion](https://github.com/Infinidat/infi.docopt_completion) 即可。 + +注意:如果有一个新版本发布(尤其是添加了新命令),你应该重新运行 `docopt-completion cf`。