UNPKG
azimuth-cli
Version:
latest (1.1.0)
1.1.0
1.0.0
0.1.3
0.1.2
0.1.1
0.1.0
Urbit Bridge for the command line
github.com/lukebuehler/azimuth-cli
lukebuehler/azimuth-cli
azimuth-cli
/
cmds
/
get.js
6 lines
•
242 B
JavaScript
View Raw
1
2
3
4
5
6
exports
.
command
=
'get <command>'
exports
.
desc
=
'Retrieve information about Urbit points, L2 rollers, and Ethereum gas prices.'
exports
.
builder
=
function
(
yargs
) {
return
yargs.
commandDir
(
'get_cmds'
) }
exports
.
handler
=
function
(
argv
) {}