Skip to content

Commit

Permalink
Merge pull request #2278 from rsteube/dagger-updates-0.10.0
Browse files Browse the repository at this point in the history
dagger: updates from v0.10.0
  • Loading branch information
rsteube authored Feb 29, 2024
2 parents fb1028b + f7df058 commit 6556e80
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 20 deletions.
1 change: 0 additions & 1 deletion completers/dagger_completer/cmd/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ var configCmd = &cobra.Command{
Use: "config",
Short: "Get or set the configuration of a Dagger module",
GroupID: "module",
Aliases: []string{"mod"},
Run: func(cmd *cobra.Command, args []string) {},
}

Expand Down
1 change: 1 addition & 0 deletions completers/dagger_completer/cmd/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ var publishCmd = &cobra.Command{
Use: "publish",
Short: "Publish a Dagger module to the Daggerverse",
GroupID: "module",
Hidden: true,
Run: func(cmd *cobra.Command, args []string) {},
}

Expand Down
19 changes: 0 additions & 19 deletions completers/dagger_completer/cmd/up.go

This file was deleted.

0 comments on commit 6556e80

Please sign in to comment.