fix: change app name in cmd (#36)

This commit is contained in:
Kuingsmile
2025-06-13 15:19:25 +08:00
committed by GitHub
parent b8e6083e19
commit 7cd8f648c8
7 changed files with 14 additions and 13 deletions

View File

@ -12,7 +12,7 @@ import (
)
var RootCmd = &cobra.Command{
Use: "alist",
Use: "openlist",
Short: "A file list program that supports multiple storage.",
Long: `A file list program that supports multiple storage,
built with love by Xhofe and friends in Go/Solid.js.