diff options
| author | typebrook <typebrook@gmail.com> | 2020-03-18 18:28:23 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2020-03-19 11:07:55 +0800 |
| commit | 2b32e172863df8b272b4c4c4d69ea8226e0aec95 (patch) | |
| tree | 13510272ac9fe67dd2f0f9ba63e3eeb7338a409c /README.md | |
| parent | e1c9027186a05f25a72736d115436c6492adb18d (diff) | |
Modify parameter for 'gist delete'
Use environment variable is too risky here
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -165,7 +165,7 @@ hint=false gist | |||
| 165 | gist 3 --no-action | 165 | gist 3 --no-action |
| 166 | 166 | ||
| 167 | # delete your third gist without confirmation | 167 | # delete your third gist without confirmation |
| 168 | confirm=false gist delete 3 | 168 | gist delete 3 --force |
| 169 | ``` | 169 | ``` |
| 170 | 170 | ||
| 171 | 171 | ||