exasol / integration-test-docker-environment

A docker-based environment for integration tests with the EXASOL DB.
https://exasol.github.io/integration-test-docker-environment/
MIT License
6 stars 2 forks source link

Improve short help messages #217

Open tomuben opened 2 years ago

tomuben commented 2 years ago

Background

Similar to https://github.com/exasol/script-languages-container-tool/issues/147 the click-commands in the integration-test-docker-environment should contain short message which are used in the help overview.

Current output is:

Usage: python -m exasol_integration_test_docker_environment.main 
           [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  build-test-container    This command builds all stages of the test...
  health                  Check the health of the execution environment.
  push-test-container     This command pushs all stages of the test...
  spawn-test-environment  This command spawn a test environment with a...

Acceptance Criteria

Add short_help parameter to each click command.