print files to stdout option

This commit is contained in:
lapwat
2022-04-13 19:46:47 +02:00
parent 91d126a667
commit 740b66669f
5 changed files with 116 additions and 528 deletions

View File

@@ -14,6 +14,6 @@ var versionCmd = &cobra.Command{
Use: "version",
Short: "Print the version number of papeer",
Run: func(cmd *cobra.Command, args []string) {
fmt.Println("papeer v0.5.2")
fmt.Println("papeer v0.5.3")
},
}