Add command description to bpm-setup help message

This commit is contained in:
EnumDev 2025-04-08 14:16:32 +03:00
parent d395004658
commit e147d74137

View File

@ -60,6 +60,7 @@ func setupFlags() {
func help() {
fmt.Println("Usage: bpm-setup <options>")
fmt.Println("Description: bpm-setup sets up directories for BPM source package creation")
fmt.Println("Options:")
fmt.Println(" -D=<directory> | Path to package directory")
fmt.Println(" -n=<name> | Set the package name (Defaults to \"package-name\")")