commit 4344d3ef2207515b4d0ccb6ccdf4be399f22b0d5
parent 324077a10a01ae95db092aaffa54c0c63b8c9d00
Author: lash <dev@holbrook.no>
Date: Tue, 15 Nov 2022 09:18:58 +0000
Rename tool for commenting to comment
Diffstat:
3 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG b/CHANGELOG
@@ -1,5 +1,5 @@
- 0.1.3
- ? Make message settable with mod command
+ * Add command for adding MIME Multipart comments
- 0.1.2
* Task assignments
* Make assignment settable with mod command
diff --git a/piknik/runnable/commit.py b/piknik/runnable/comment.py
diff --git a/setup.cfg b/setup.cfg
@@ -36,3 +36,4 @@ console_scripts =
piknik-mod = piknik.runnable.mod.py:main
piknik-list = piknik.runnable.list.py:main
piknik-show = piknik.runnable.show.py:main
+ piknik-comment = piknik.runnable.comment.py:main