package main

import (
	"os"

	kyoketsu "git.aetherial.dev/aeth/kyoketsu/pkg"
)

func main() {
	kyoketsu.RefactorGetAllRemAddr(os.Args[1])

}