package main

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

func main() {
  cmd.Execute()
}