mirror of
https://git.kappach.at/lda/Parsee.git
synced 2025-04-20 22:27:05 +02:00
50 lines
1,015 B
Groff
50 lines
1,015 B
Groff
." The last field is the codename, by the way.
|
|
." ALL MANPAGES FOR PARSEE ARE UNDER PUBLIC DOMAIN
|
|
.TH parsee-cmd-syntax 7 "Parsee Utility" "star-of-hope"
|
|
|
|
.SH NAME
|
|
parsee-cmd-syntax - Basic syntax information with Parsee Matrix commands
|
|
|
|
.SH DESCRIPTION
|
|
Parsee uses a specific syntax for commands, which is generally different
|
|
from regular bots, but closer to
|
|
.B dd(1) 's
|
|
syntax.
|
|
.PP
|
|
A command is formatted as so.
|
|
.sp
|
|
.if n \{\
|
|
.RS 4
|
|
.\}
|
|
.nf
|
|
.B ![NAME] arg1=val1 arg2='val2' arg3="val\(rs\(dq3"
|
|
.fi
|
|
.if n \{\
|
|
.RE
|
|
.\}
|
|
.sp
|
|
|
|
.PP
|
|
The
|
|
.B arg1=val1
|
|
syntax is to be used for simple values, with values containing no spaces.
|
|
|
|
.PP
|
|
The
|
|
.B NAME
|
|
attribute defines the command to be called, and the
|
|
.B arg1='val1' ,
|
|
and
|
|
.B arg2="val2"
|
|
syntax is to be used for simple values, with values containing spaces. If
|
|
the value needs to contain quotes, they may be escaped with
|
|
.B \(rs'
|
|
and
|
|
.B \(rs"
|
|
respectively.
|
|
|
|
.SH LICENSE
|
|
This document is under public domain, or CC0 if not allowed by local law.
|
|
|
|
.SH SEE ALSO
|
|
.B parsee(1)
|