mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 16:45:10 +00:00
I honestly don't know what to call it.
It's not a 0.2 release, btw.
This commit is contained in:
parent
e7ba1fa48d
commit
3ceae7b053
13 changed files with 179 additions and 85 deletions
50
etc/man/man7/parsee-cmd-syntax.7
Normal file
50
etc/man/man7/parsee-cmd-syntax.7
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
." 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue