Skip to content

Commit 4aaf5ca

Browse files
committed
tmp
1 parent 6d1badd commit 4aaf5ca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/actions/tools/dagger/function.go

+2
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ func ActionFunctions() carapace.Action {
106106
switch localArg.TypeDef.AsObject.Name { // TODO more
107107
case "Directory":
108108
return carapace.ActionDirectories()
109+
case "File":
110+
return carapace.ActionFiles()
109111
default:
110112
return carapace.ActionValues()
111113
}

0 commit comments

Comments
 (0)