RPC server

License: MIT
Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
Łukasz Magiera
2019-07-01 23:11:33 +02:00
committed by Jakub Sztandera
parent 8417f515a1
commit 3375a72aea
8 changed files with 178 additions and 22 deletions
+1 -1
View File
@@ -6,4 +6,4 @@ import (
var Commands = []*cli.Command{
versionCmd,
}
}
+1 -1
View File
@@ -5,7 +5,7 @@ import (
)
var versionCmd = &cli.Command{
Name: "version",
Name: "version",
Usage: "Print version",
Action: func(context *cli.Context) error {
// TODO: print more useful things