epics-containers / edge-containers-cli

command line shortcuts for epics containers developers
Apache License 2.0
3 stars 1 forks source link

argument checking could improve #40

Closed gilesknap closed 1 year ago

gilesknap commented 1 year ago

e.g.

(venv) (main) [hgv27681@pc0116 bl38p]$ ec ioc template iocs/bl38p-ea-ioc-01
ERROR:  ERROR: IOC instance requires values.yaml and config

Should say iocs/bl38p-ea-ioc-01 not found.

gilesknap commented 1 year ago

fixed in all commands that use Path args by using stricter typer checking.