nginx / unit

NGINX Unit - universal web app server - a lightweight and versatile open source server that simplifies the application stack by natively executing application code across eight different programming language runtimes.
https://unit.nginx.org
Apache License 2.0
5.27k stars 322 forks source link

Some tweaks to setup-unit #1083

Closed alejandro-colomar closed 5 months ago

ac000 commented 5 months ago

LGTM

Reviewed-by: Andrew Clayton <a.clayton@nginx.com>

For all three patches...

alejandro-colomar commented 5 months ago

v1b changes:

$ git range-diff master gh/tools tools 
1:  dc649c96 ! 1:  af6833a1 Tools: setup-unit: -hh: Add missing documentation for 'restart'
    @@ Metadata
      ## Commit message ##
         Tools: setup-unit: -hh: Add missing documentation for 'restart'

    +    Reviewed-by: Andrew Clayton <a.clayton@nginx.com>
         Signed-off-by: Alejandro Colomar <alx@kernel.org>

      ## tools/setup-unit ##
2:  30d09493 ! 2:  034b6394 Tools: setup-unit: -hh: The advanced commands aren't experimental
    @@ Commit message
         I've been using them for a long time, and they are quite useful and
         stable.  Let's say they're advanced instead of experimental.

    +    Reviewed-by: Andrew Clayton <a.clayton@nginx.com>
         Signed-off-by: Alejandro Colomar <alx@kernel.org>

      ## tools/setup-unit ##
3:  cddd7fff ! 3:  ba56e50e Tools: setup-unit: -hh: Add short-cut for the advanced help
    @@ Commit message

         I hate having to type so much just for the useful help.

    +    Reviewed-by: Andrew Clayton <a.clayton@nginx.com>
         Signed-off-by: Alejandro Colomar <alx@kernel.org>

      ## tools/setup-unit ##

Thanks!