lemonade-command / lemonade

Lemonade is a remote utility tool. (copy, paste and open browser) over TCP.
MIT License
627 stars 54 forks source link

--version option #10

Closed pocke closed 8 years ago

pocke commented 9 years ago

http://qiita.com/harukasan/items/37698ec799678c12e71d

pocke commented 8 years ago

Show version in help

Unknown SubCommand

Usage: lemonade [options]... SUB_COMMAND [arg]
Sub Commands:
  open [URL]                  Open URL by browser
  copy [text]                 Copy text.
  paste                       Paste text.
  server                      Start lemonade server.

Options:
  --port=2489                 TCP port number
  --allow="0.0.0.0/0,::/0"    Allow IP Range             [Server only]
  --host="localhost"          Destination hostname       [Client only]
  --trans-loopback=true       Translate loopback address [open subcommand only]
  --trans-localfile=true      Translate local file path  [open subcommand only]
  --help                      Show this message

Version:
  v0.2.1-9-g16640aa