docs: codec

This commit is contained in:
2026-02-07 20:31:41 -05:00
parent 1f486875fd
commit b9c0d5a6c7
3 changed files with 13 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ func LambdaEngineList() *cobra.Command {
Use: "list",
Aliases: []string{"ls"},
Short: "List available engines",
RunE: func(cmd *cobra.Command, args []string) error {
RunE: func(*cobra.Command, []string) error {
r := GetRegistry()
for engine := range r.ListEngines() {