veras-time
v0.0.1
Published
Display current time
Downloads
2
Readme
veras-time
Display current time
Usage
$ npm install -g veras-time
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
veras-time/0.0.1 linux-x64 node-v10.19.0
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
Commands
oclif-example hello [FILE]
describe the command here
USAGE
$ oclif-example hello [FILE]
OPTIONS
-f, --force
-h, --help show CLI help
-n, --name=name name to print
EXAMPLE
$ oclif-example hello
hello world from ./src/hello.ts!
See code: src/commands/hello.ts
oclif-example time
Show current time
USAGE
$ oclif-example time
OPTIONS
-d, --date show time with date
-h, --help show CLI help
EXAMPLES
$ overas time
$ overas time --date
See code: src/commands/time.ts