Skip to content

Commit

Permalink
🎉 chore: update dependency in release workflow and clarify config pat…
Browse files Browse the repository at this point in the history
…h in README
  • Loading branch information
ArnoChenFx committed Sep 6, 2024
1 parent 087a99d commit ab21970
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:

- name: Install openssl (linux)
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install libssl-dev
run: sudo apt-get install librust-openssl-dev

- name: Build
run: cargo build --verbose --release --target ${{ matrix.target }}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ AutoCommit 支持以下命令行参数:
Usage: autocommit [OPTIONS]
Options:
-c, --config 配置文件路径(可选), 缺省时会从当前目录和autodiff程序所在的目录中寻找"config.json"
-c, --config 配置文件路径(可选), 缺省时会从当前目录和autocommit程序所在的目录中寻找"config.json"
-p, --prompt 选择预设提示词(可选), 缺省时为"default"
-f, --file 从文件导入 diff(可选), 缺省时使用当前目录的`git diff --cached`结果
-h, --help 显示帮助信息
Expand Down

0 comments on commit ab21970

Please sign in to comment.