davidljung / rl-glue

Automatically exported from code.google.com/p/rl-glue
0 stars 1 forks source link

RL-Glue should tell you it's version #71

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
rl_glue --version should tell you the version.

This means it does take command-line parameters.

We need to find a way to put this automatically into the build process.

Original issue reported on code.google.com by brian.ta...@gmail.com on 7 Sep 2008 at 1:40

GoogleCodeExporter commented 8 years ago
Added in r784.  If you add any arguments to rl_glue, it will print the version 
as
specified by -DVERSION by autotools in addition to the usage message.

Example:
bt-macBook:rl-glue btanner$ ./src/rl_glue --version

    rl_glue version:: 3.0-beta

Usage: $:>rl_glue

  By default rl_glue listens on port 4096.
  To choose a different port, set environment variable RLGLUE_PORT.

Original comment by brian.ta...@gmail.com on 7 Sep 2008 at 2:19