add template in help

This commit is contained in:
SANO Masatoshi 2018-07-09 13:38:09 +09:00
parent a49c39df4c
commit 10714ac112

View file

@ -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)