UNPKG
iloa
Version:
latest (0.3.4)
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.0
0.1.0
A command line tool for gaining knowledge.
github.com/drawnepicenter/iloa
drawnepicenter/iloa
iloa
/
src
/
commands
/
eol.js
7 lines
(6 loc)
•
226 B
JavaScript
View Raw
1
2
3
4
5
6
7
/* eslint-disableno-unused-vars: 0 */
exports
.
command
=
'eol <command>'
exports
.
aliases
= [
'life'
]
exports
.
desc
=
'Encyclopedia of Life taks'
exports
.
builder
=
(
yargs
) =>
yargs.
commandDir
(
'eol'
)
exports
.
handler
=
(
argv
) =>
{}