[list] add url, path and type in json output

This commit is contained in:
lapwat
2023-02-19 09:45:49 +01:00
parent 8fd0a12620
commit 73f254f6e5
3 changed files with 18 additions and 12 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.6.2")
fmt.Println("papeer v0.6.3")
},
}