tjkemper / riddle

Riddles via the command line.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

riddles

Riddles via the command line.

Installation

Via Go

go get github.com/tjkemper/riddle

Usage

  • --id, -i: print riddle with id
  • --random, -r: print random riddle (default true)
  • --answer, -a: show answer

Examples

# print random riddle
$ riddle

# print riddle with id 0
$ riddle --id 0

# show answer
$ riddle --id 0 --answer

About

Riddles via the command line.

License:MIT License


Languages

Language:Go 100.0%