Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/llpkgstore/internal/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

var generateCmd = &cobra.Command{
Use: "generate",
Short: "PR Verification",
Short: "Generate LLGo bindings",
Long: ``,
RunE: runLLCppgGenerate,
}
Expand Down
2 changes: 1 addition & 1 deletion cmd/llpkgstore/internal/issueclose.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

var issueCloseCmd = &cobra.Command{
Use: "issueclose",
Short: "Legacy version maintenance on label creating",
Short: "Clean up resources after issue closure",
Long: ``,

RunE: runIssueCloseCmd,
Expand Down
2 changes: 1 addition & 1 deletion cmd/llpkgstore/internal/postprocessing.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

var postProcessingCmd = &cobra.Command{
Use: "postprocessing",
Short: "Verify a PR",
Short: "Process merged PR",
Long: ``,
RunE: runPostProcessingCmd,
}
Expand Down
2 changes: 1 addition & 1 deletion cmd/llpkgstore/internal/release.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

var releaseCmd = &cobra.Command{
Use: "release",
Short: "Verify a PR",
Short: "Build and upload binary packages",
Long: ``,
RunE: runReleaseCmd,
}
Expand Down