Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Feb 14, 2024
1 parent 24fc909 commit 9da9fe7
Show file tree
Hide file tree
Showing 2 changed files with 652 additions and 1 deletion.
3 changes: 2 additions & 1 deletion completers/dagger_completer/cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package cmd

import (
"github.com/rsteube/carapace"
"github.com/rsteube/carapace-bin/pkg/actions/tools/dagger"
"github.com/spf13/cobra"
)

Expand All @@ -22,7 +23,7 @@ func init() {
rootCmd.AddCommand(initCmd)

carapace.Gen(initCmd).FlagCompletion(carapace.ActionMap{
// "license": carapace.ActionValues(), TODO
"license": dagger.ActionLicenses(),
// "sdk": carapace.ActionValues(), TODO
"source": carapace.ActionDirectories(),
})
Expand Down
Loading

0 comments on commit 9da9fe7

Please sign in to comment.