compose/pkg
Sebastiaan van Stijn 9db79856be
update usage strings for consistency
This updates the format of various usage strings to be more consistent
with other parts of the CLI.

- Use `[OPTIONS]` to indicate where command-specific options should be added
- Use `[SERVICE...]` to indicate zero-or-more services
- Remove some usage strings for specific options (e.g. `-e NAME=VAL`), as that
  option is part of the already mentioned `[OPTIONS]` and we don't provide usage
  for each possible option that can be passed.
- Remove `[--]`, which (I think) was needed for the Python implementation, but is
  a general feature to stop processing flag-options.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-08-02 13:32:29 +02:00
..
api use '-' as separator by default for image name 2022-07-29 18:55:22 +02:00
compose update usage strings for consistency 2022-08-02 13:32:29 +02:00
e2e switch tests back to '_' separator for networks and volumes 2022-08-01 17:25:43 +02:00
mocks mocks: create mocks for compose api.Service 2022-06-07 17:09:06 -05:00
progress Fix nolint issues 2022-07-13 19:33:06 +02:00
prompt move compose-cli code into docker/compose/v2 2021-08-31 19:09:19 +02:00
utils Fix nolint issues 2022-07-13 19:33:06 +02:00