RPC server
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
This commit is contained in:
committed by
Jakub Sztandera
parent
8417f515a1
commit
3375a72aea
+1
-1
@@ -6,4 +6,4 @@ import (
|
||||
|
||||
var Commands = []*cli.Command{
|
||||
versionCmd,
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user