Closed teodorlu closed 1 year ago
I added helptext for neil dep versions
(#108)
Toplevel:
$ neil-dev -h
...
dep
...
versions: List available versions of a library (Clojars libraries only)
Run `neil dep versions -h` to see all options.
$ neil-dev dep versions -h
Usage: neil dep versions LIB
List available versions of a Clojure dependency. Only supports Clojars.
$ neil dep versions http-kit/http-kit
:lib http-kit/http-kit :version 2.7.0-alpha1
:lib http-kit/http-kit :version 2.7.0-SNAPSHOT
:lib http-kit/http-kit :version 2.6.0
:lib http-kit/http-kit :version 2.6.0-RC1
:lib http-kit/http-kit :version 2.6.0-alpha1
:lib http-kit/http-kit :version 2.5.3
:lib http-kit/http-kit :version 2.5.3-SNAPSHOT
:lib http-kit/http-kit :version 2.5.2
:lib http-kit/http-kit :version 2.5.1
:lib http-kit/http-kit :version 2.5.0
Please answer the following questions and leave the below in as part of your PR.
[ ] This PR corresponds to an issue with a clear problem statement.
[x] I have updated the CHANGELOG.md file with a description of the addressed issue.
Rationale:
neil -h
helptext is getting verbose. This PR moves theneil dep upgrade
helptext intoneil dep upgrade -h
.Summary:
Remaining work:
neil dep versions
, then consider merging.New toplevel helptext output:
New
neil dep upgrade -h
helptext: