summary refs log tree commit diff stats
path: root/pkg/cetus/cetus.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/cetus/cetus.go')
-rw-r--r--pkg/cetus/cetus.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/cetus/cetus.go b/pkg/cetus/cetus.go
index cca3a2e..8859ee8 100644
--- a/pkg/cetus/cetus.go
+++ b/pkg/cetus/cetus.go
@@ -22,3 +22,8 @@ var version string = "v0.4.3"
 func Version() {
 	fmt.Printf("Cetus %s\n", version)
 }
+
+// PrintPath prints the path passed
+func PrintPath(path string) {
+	fmt.Println(path)
+}