diff --git a/cntfy b/cntfy index 15f326b..32d931f 100755 --- a/cntfy +++ b/cntfy @@ -32,15 +32,4 @@ def subcommands [] { ["publish"] } -# Publishes a message with certain properties -def `main publish` [ - topic: string - message: string - --title: string - --priority: number - --tags: list - --actions: list - --icon: string -] { - cntfy publish $topic $message --title $title --priority $priority --tags $tags --actions $actions --icon $icon -} +alias `main publish` = cntfy publish \ No newline at end of file