Add version command
This commit is contained in:
@ -26,8 +26,11 @@ func init() {
|
||||
RegisterCommand(NewCmdSetWhite())
|
||||
RegisterCommand(NewCmdShow())
|
||||
RegisterCommand(NewCmdToggle())
|
||||
RegisterCommand(NewCmdVersion())
|
||||
}
|
||||
|
||||
const Version = "0.1.0-pre"
|
||||
|
||||
const lumercFile string = ".lumerc"
|
||||
|
||||
func Main(args []string) (int, error) {
|
||||
|
Reference in New Issue
Block a user