mirror of
https://github.com/chillout2k/gulag.git
synced 2025-12-13 16:00:18 +00:00
12 lines
220 B
Plaintext
12 lines
220 B
Plaintext
# add multiple flags
|
|
. store 1365 +FLAGS blah blah2
|
|
|
|
# remove a flag
|
|
. store 1365 -FLAGS blah
|
|
|
|
# replace flags
|
|
. store 1365 FLAGS blah3
|
|
|
|
# search by multiple missing flags
|
|
. search UNKEYWORD asdfasdfasdf UNKEYWORD blah2
|