Skip to content

Commit

Permalink
Update load.go
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Sep 4, 2023
1 parent a0b5c48 commit 25acb33
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions cmd/load.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@ import (

// loadCmd represents the load command
var loadCmd = &cobra.Command{
Use: "load",
Short: "Load launchpad settings config from `FILE`",
Args: cobra.MaximumNArgs(1),
Use: "load",
Short: "Load launchpad settings config from `FILE`",
Args: cobra.NoArgs,
SilenceUsage: true,
SilenceErrors: true,
RunE: func(cmd *cobra.Command, args []string) error {

if Verbose {
Expand Down

0 comments on commit 25acb33

Please sign in to comment.