cli
cli copied to clipboard
feat: Automatically split STDIN on null characters on push
This fixes #69.
Added a feature to split on null characters when reading from stdin. This way users can have one long-running gotify push and simply piping things to it.