Skip to content

Commit

Permalink
fix: check-git命令
Browse files Browse the repository at this point in the history
  • Loading branch information
StreakingMan committed Feb 22, 2022
1 parent b1f2b35 commit c82bb40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

### 查看git当前配置名称和邮箱
```
skm check git
skm check-git
```
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ program.version(`${CLINAME}@${version}`, '-v')
.usage('<command> [options]')
.name(CLINAME)

program.command('check git <propName>')
program.command('check-git <propName>')
.description('查看当前git配置用户名和邮箱')
.action(checkGit)

Expand Down

0 comments on commit c82bb40

Please sign in to comment.