fix: default depth when limit is specified

This commit is contained in:
lapwat
2022-05-10 15:09:07 +02:00
parent 740b66669f
commit 6d795f3033
5 changed files with 30 additions and 27 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.3")
fmt.Println("papeer v0.5.4")
},
}