CCI-MOC / hil

Hardware Isolation Layer, formerly Hardware as a Service
Apache License 2.0
24 stars 54 forks source link

CLI: defer HIL_ENDPOINT check until later in startup #1033

Open zenhack opened 6 years ago

zenhack commented 6 years ago

Right now, if the HIL_ENDPOINT environment variable is not set, the CLI bombs out right away. You can't even do hil --help. We should defer this and only do it in cases where the user is doing something that actually requires the value.