jenkinsci / jenkinsfile-runner

A command line tool to run Jenkinsfile as a function
MIT License
1.14k stars 296 forks source link

Add `--help` CLI argument which prints help #179

Closed oleg-nenashev closed 5 years ago

oleg-nenashev commented 5 years ago

Currently the only way to get help is to pass invalid command. It would be great to support -h and --help in Jenkinsfile Runner CLI.

ImShakthi commented 5 years ago

@oleg-nenashev I would like to work on this enhancement

oleg-nenashev commented 5 years ago

@ImShakthi 👍 Just submit a pull request, thanks!

ImShakthi commented 5 years ago

@oleg-nenashev Have created a PR #183 for this issue. Kindly let me know your feebacks.

oleg-nenashev commented 5 years ago

Should be released soon

ImShakthi commented 5 years ago

@oleg-nenashev Thank you :)

oleg-nenashev commented 5 years ago

It was released in https://github.com/jenkinsci/jenkinsfile-runner/releases/tag/1.0-beta-10 . Thanks you for your contribution!