xenon-middleware / xenon-cli

Perform files and jobs operations with Xenon library from command line
http://nlesc.github.io/Xenon/
Apache License 2.0
2 stars 3 forks source link

On UnknownAdaptorException return supported adaptors #33

Closed sverhoeven closed 7 years ago

sverhoeven commented 7 years ago

Giving wrong adaptor name already gives valid choices

xenon filesystem azure list
usage: xenon filesystem [-h] {file,ftp,s3,sftp,webdav} ...
xenon: error: invalid choice: 'azure' (choose from 'file', 'ftp', 's3', 'sftp', 'webdav')

xenon scheduler azure-batch 
usage: xenon scheduler [-h] {gridengine,local,slurm,ssh,torque} ...
xenon: error: invalid choice: 'azure-batch' (choose from 'gridengine', 'local', 'slurm', 'ssh', 'torque')