diff options
-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) |