From 10714ac11286e12038646f3b025e4ac9e2083623 Mon Sep 17 00:00:00 2001 From: SANO Masatoshi Date: Mon, 9 Jul 2018 13:38:09 +0900 Subject: [PATCH] add template in help --- lisp/help.ros | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/help.ros b/lisp/help.ros index e15adcf..44eb4b4 100644 --- a/lisp/help.ros +++ b/lisp/help.ros @@ -11,7 +11,7 @@ exec ros -Q -m roswell -N roswell -- $0 "$@" (:use :cl :roswell.util)) (in-package :ros.script.help.3668211011) -(defparameter *important-commands* '("run" "install" "update" "build" "use" "init" "fmt" "list" "delete" "config" "version")) +(defparameter *important-commands* '("run" "install" "update" "build" "use" "init" "fmt" "list" "template" "delete" "config" "version")) (defun command (stream path max) (format stream " ~vA~A~%" (+ 2 max) (pathname-name path)