This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
lotus
Watch
16
Star
0
Fork
0
You've already forked lotus
Code
Issues
Pull Requests
Packages
Projects
Releases
27
Wiki
Activity
c078989281
lotus
/
cli
/
cmd.go
10 lines
97 B
Go
Raw
Normal View
History
Unescape
Escape
Initial structure License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-06-25 11:42:17 +00:00
package
cli
import
(
"gopkg.in/urfave/cli.v2"
)
var
Commands
=
[
]
*
cli
.
Command
{
versionCmd
,
RPC server License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
2019-06-28 09:03:28 +00:00
}
Reference in New Issue
Copy Permalink