UNPKG
beeline-cli
Version:
latest (0.6.0)
0.6.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
A terminal wallet for the Hive blockchain - type, sign, rule the chain
beeline-cli
/
dist
/
commands
/
version.d.ts
7 lines
•
214 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Command
}
from
'@oclif/core'
;
export
default
class
Version
extends
Command
{
static
description
:
string
;
static
examples
:
string
[];
run
():
Promise
<
void
>; }
//# sourceMappingURL=version.d.ts.map