pr1ntf / iohyve

FreeBSD bhyve manager utilizing ZFS
BSD 2-Clause "Simplified" License
304 stars 44 forks source link

Support Wildcard #283

Open Firemad03 opened 7 years ago

Firemad03 commented 7 years ago

Hi,

If I do the following:

iohyve rmiso debian8.7*

I got a no match because the * doesn't work and I need to type exactly the iso name.

Yes we are all lazy for big long name ;)

Thanks

Firemad03 commented 7 years ago

iohyve install deb.iso iohyve console server10 etc. ;)

I think wildcard generally everywhere 👍

pr1ntf commented 7 years ago

We'll look into the feasibility of adding this feature. There are many things that could go horribly wrong if we don't implement this correctly. (Like accidentally deleting everything on a zpool if you're not careful)