mintproject / wcm

WINGS Component Manager
Apache License 2.0
1 stars 2 forks source link

Parameter for path and profile have same character #25

Open Cmheidelberg opened 4 years ago

Cmheidelberg commented 4 years ago

As you can see from the --help of wcm download --profile and --path share the same character.

C:\Users\Admin\Desktop>wcm download --help
Usage: wcm download [OPTIONS] COMPONENT_ID

  Download a component from wings server. Data stored in .yaml file and
  source code downloaded to folder within same directory. file-path can be
  specified to download into a specific directory

Options:
  -p, --profile <profile-name>
  -p, --path TEXT
  -f, --force                   Force Download, even if component already
                                exists in local directory
  --help                        Show this message and exit.