Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--version isn't referencing version function. #52

Closed
yyoshiaki opened this issue Sep 24, 2019 · 1 comment
Closed

--version isn't referencing version function. #52

yyoshiaki opened this issue Sep 24, 2019 · 1 comment

Comments

@yyoshiaki
Copy link
Owner

めちゃめちゃ些細なことですが一応、大事そうなのでこんなところに書いてみますが、

$ bash ikra.sh --version
...
ikra v1.2.1 -RNAseq pipeline centered on Salmon-
...

ってversionじゃなくてusageが出てくるのは意図的なんでしょうか?

せっかく、
function version() { cat << EOS >&2 ikra ${VERSION} -RNAseq pipeline centered on Salmon- EOS exit 1 }
でversionを定義しているのに、使われていない気が・・・。

'-v' | '--version' ) usage ;;

'-v' | '--version' ) version ;;
では?

Originally posted by @my0916 in #3 (comment)

yyoshiaki added a commit that referenced this issue Sep 24, 2019
yyoshiaki added a commit that referenced this issue Sep 24, 2019
@yyoshiaki
Copy link
Owner Author

fixed

@yyoshiaki yyoshiaki mentioned this issue Sep 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant