mirror of
https://github.com/mudler/luet.git
synced 2025-04-27 03:11:48 +00:00
and add a `version` command that only prints the version (without the build time) Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
8 lines
82 B
Go
8 lines
82 B
Go
package main
|
|
|
|
import "github.com/mudler/luet/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|