pablrod / p5-Chart-Plotly

Generate html/javascript charts with perl data using javascript library Plotly.js
MIT License
9 stars 4 forks source link

Use long options to check if orca is the correct orca #39

Closed pablrod closed 4 years ago

pablrod commented 4 years ago

Using official orca container the function to check that the orca is the plotly version correct_orca() doesn't work because the container fail to parse the -h command line option. Using --help works fine.