@ -32,15 +32,4 @@ def subcommands [] {
["publish"]
}
# Publishes a message with certain properties
alias `main publish` = cntfy publish
def `main publish` [
topic: string
message: string
--title: string
--priority: number
--tags: list<string>
--actions: list<any>
--icon: string
] {
cntfy publish $topic $message --title $title --priority $priority --tags $tags --actions $actions --icon $icon