Skip to content
Extraits de code Groupes Projets

Resolve "Stickers in lkt"

Fusionnées Kubat a demandé de fusionner stickers vers master
Comparer et
4 files
+ 61
24
Comparer les modifications
  • Côte à côte
  • En ligne

Fichiers

+ 28
0
@@ -129,6 +129,34 @@ Search and prints the number of karas that match the query
Search in the queue and prints the karas that match the query
.PP
\fISTICKERS-COMMANDS\fP
.PP
.PD 0
.TP
.PD
\fBsticker get\fP <type> <uri> [ <name> [ <op> <value> ] ]
List the stickers of an object \fIuri\fP. The object \fItype\fP can be
\fIkara\fP or \fIplt\fP.
A condition can be defined on the value of the sticker with an operator
\fIop\fP and an integer value \fIvalue\fP. Supported operators are \fI<\fP,
\fI=\fP and \fI>\fP. Operations are not strict.
.TP
\fBsticker set\fP <type> <uri> <name> <value>
Set the value of a sticker \fIname\fP to \fIvalue\fP for the object with the
id \fIuri\fP
.TP
\fBsticker delete\fP <type> <uri> [name]
Delete all the stickers or only one (specified by \fIname\fP) of the object with
the id \fIuri\fP
.TP
\fBksticker\fP ...
An alias for the sticker commands with the type \fIkara\fP
.TP
\fBpsticker\fP ...
An alias for the sticker commands with the type \fIplt\fP
.PP
\fIADMIN-COMMANDS\fP
.PP
.PD 0
Chargement en cours