Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Feb 29, 2024
1 parent 6a65f69 commit 9da1cbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/actions/tools/dagger/function.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ func ActionFunctions() carapace.Action {
switch localArg.TypeDef.AsObject.Name { // TODO more
case "Directory":
return carapace.ActionDirectories()
case "File":
return carapace.ActionFiles()
default:
return carapace.ActionValues()
}
Expand Down

0 comments on commit 9da1cbd

Please sign in to comment.