bd2kccd / causal-cmd

16 stars 8 forks source link

V0.1.2 tweaks to remove version dependency from CLI output #14

Closed yuanzhou closed 7 years ago

yuanzhou commented 7 years ago

Previously the output was:

usage: java -jar causal-cmd-0.1.1.jar --algorithm <arg> | --simulate-data <arg>  [--version]
    --algorithm <arg>       FGESc, FGESd, GFCIc, GFCId
    --simulate-data <arg>   sem-rand-fwd, bayes-net-rand-fwd
    --version               Show software version.

Now it is:

usage: java -jar <causal-cmd-jarfile> --algorithm <arg> | --simulate-data <arg>  [--version]
    --algorithm <arg>       FGESc, FGESd, GFCIc, GFCId
    --simulate-data <arg>   sem-rand-fwd, bayes-net-rand-fwd
    --version               Show software version.

@kvb2univpitt please review and merge if it looks good. Then

Thanks!