mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
add template in help
This commit is contained in:
parent
a49c39df4c
commit
10714ac112
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue