diff options
author | typebrook <typebrook@gmail.com> | 2020-03-16 14:13:29 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-03-16 14:13:29 +0800 |
commit | 972a30f82332145e6e14661ed114a41c9f100eee (patch) | |
tree | 10d9f857c097a8e995cab1475ad68b0a28739497 | |
parent | 2d074ee14d4d892c38aff1c88fd6e3d6ca62a7f1 (diff) |
Add todo item
-rwxr-xr-x | gist | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -479,6 +479,7 @@ for comment in raw: | |||
479 | ' | 479 | ' |
480 | } | 480 | } |
481 | 481 | ||
482 | # TODO add parameter --comment to fetch comments | ||
482 | _show_detail() { | 483 | _show_detail() { |
483 | _gist_id "$1" || return 1 | 484 | _gist_id "$1" || return 1 |
484 | record=$(sed -ne "/^$1 / p" $INDEX) | 485 | record=$(sed -ne "/^$1 / p" $INDEX) |