added aliases

This commit is contained in:
2021-06-25 22:26:08 +04:00
parent 2b76c16215
commit 10f37a60a4
2 changed files with 22 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ import (
)
var CliAction = func(ctx *cli.Context) error {
if Mode == "server" {
if Server {
// TODO: with RPC calls
server.Server()
//server.Rpc()