From a8ec3f41e6c3f03693e6feb7cd24ca0c6309eb05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sta=C5=84czak?= Date: Sat, 7 Nov 2020 18:57:23 +0100 Subject: [PATCH] Adjust for conciseness --- pubs/config/spec.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pubs/config/spec.py b/pubs/config/spec.py index c98df99..b691f80 100644 --- a/pubs/config/spec.py +++ b/pubs/config/spec.py @@ -100,8 +100,6 @@ active = force_list(default=list('alias')) # description = lists number of pubs in repo # To use commas in the description, wrap them in a "" string. For example: -# [[[hellocount]]] -# command = !pubs list -k | wc -l; echo "hello!" # description = "lists number of pubs in repo, greets the user afterward" [[git]]