forked from TrueCloudLab/frostfs-node
246a15de35
In the following release `neofs-cli` will be used to directly manage NeoFS Node. All required definitions and interfaces are also moving from `neofs-api` to `neofs-node` repository, so it's more convinient to have `neofs-cli` here. Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
7 lines
113 B
Go
7 lines
113 B
Go
package main
|
|
|
|
import cmd "github.com/nspcc-dev/neofs-node/cmd/neofs-cli/modules"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|