1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.TH scriptisto-template 1 "scriptisto-template "
.SH NAME
scriptisto\-template \- Manage custom script templates
.SH SYNOPSIS
\fBscriptisto template\fR [\fB\-h\fR|\fB\-\-help\fR] <\fIsubcommands\fR>
.SH DESCRIPTION
Manage custom script templates
.SH OPTIONS
.TP
\fB\-h\fR, \fB\-\-help\fR
Print help information
.SH SUBCOMMANDS
.TP
scriptisto\-template\-import(1)
Imports a template from file
.TP
scriptisto\-template\-edit(1)
Opens an editor to modify an existing template, nice for quick edits
.TP
scriptisto\-template\-rm(1)
Remove a custom template or reset it to the built\-in contents
.TP
scriptisto\-template\-ls(1)
List all templates
.TP
scriptisto\-template\-help(1)
Print this message or the help of the given subcommand(s)
|