docs: document remaining packages and simplify AST types #45
@@ -1,3 +1,4 @@
|
|||||||
|
// Package main defines the 'lambda' command-line interface (CLI).
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ func LambdaEngine() *cobra.Command {
|
|||||||
Use: "engine",
|
Use: "engine",
|
||||||
Aliases: []string{"eng"},
|
Aliases: []string{"eng"},
|
||||||
Short: "Information about available engines",
|
Short: "Information about available engines",
|
||||||
RunE: func(cmd *cobra.Command, args []string) error {
|
RunE: func(cmd *cobra.Command, _ []string) error {
|
||||||
return cmd.Help()
|
return cmd.Help()
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user