package main import ( "github.com/zu1k/nali/cmd" ) func main() { cmd.Execute() }