changelog shortlog graph tags branches files raw help

Mercurial > core / changeset: change default thunk for skel to skc-show

changeset 341: ce1c1743c85f
parent 340: 5ac5e6516f6f
child 342: 254cca648492
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 13 May 2024 18:40:39 -0400
files: lisp/bin/skel.lisp
description: change default thunk for skel to skc-show
     1.1--- a/lisp/bin/skel.lisp	Mon May 13 18:37:13 2024 -0400
     1.2+++ b/lisp/bin/skel.lisp	Mon May 13 18:40:39 2024 -0400
     1.3@@ -179,7 +179,7 @@
     1.4   :name "skel"
     1.5   :version "0.1.1"
     1.6   :description "A hacker's project compiler and build tool."
     1.7-  :thunk skc-describe
     1.8+  :thunk skc-show
     1.9   :opts (make-opts 
    1.10 	  (:name "help" :global t :description "print this message" 
    1.11 	   :thunk skc-help)