Add flags, executable and improve README.md

This commit is contained in:
2020-08-22 15:40:24 +01:00
parent 5020e1c929
commit 54dcac02e6
6 changed files with 85 additions and 22 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module github.com/hrfee/waybar-mpris
go 1.15
require github.com/godbus/dbus/v5 v5.0.3
require (
github.com/godbus/dbus/v5 v5.0.3
github.com/spf13/pflag v1.0.5
)