Introduced command line tool
diff --git a/go.mod b/go.mod
index 9d677ca..6104f40 100644
--- a/go.mod
+++ b/go.mod
@@ -3,6 +3,7 @@
 go 1.16
 
 require (
+	github.com/alecthomas/kong v0.2.17
 	github.com/rs/zerolog v1.23.0 // indirect
 	github.com/stretchr/testify v1.7.0
 )