package main

import (
	"github.com/rdelval/australis/cmd"
)

func main() {
	cmd.Execute()
}