aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-03-16 14:13:29 +0800
committertypebrook <typebrook@gmail.com>2020-03-16 14:13:29 +0800
commit972a30f82332145e6e14661ed114a41c9f100eee (patch)
tree10d9f857c097a8e995cab1475ad68b0a28739497
parent2d074ee14d4d892c38aff1c88fd6e3d6ca62a7f1 (diff)
Add todo item
-rwxr-xr-xgist1
1 files changed, 1 insertions, 0 deletions
diff --git a/gist b/gist
index 8c0710d..dbb29d5 100755
--- a/gist
+++ b/gist
@@ -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)