Radish alpha
r
Radicle terminal user interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
bin/inbox: Update filter expression help
Erik Kundt committed 6 months ago
commit fe60e62dd784890f45080b2a8a15e19e2577b63e
parent c7aff1b4b97a7b8c544e11b46d8486c6ffd0924a
1 file changed +3 -2
modified bin/commands/inbox/list.rs
@@ -444,7 +444,8 @@ fn help_text() -> String {

# Searching

-
Pattern:    is:<state> | is:patch | is:issue | <search>
-
Example:    is:unseen is:patch Print"#
+
Examples:   state=unseen type=patch bugfix
+
            type=(issue or patch)
+
            state=unseen author=(did:key:... or did:key:...)"#
        .into()
}