package main

import cmd "git.frostfs.info/TrueCloudLab/frostfs-node/cmd/frostfs-cli/modules"

func main() {
	cmd.Execute()
}