You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
so there's no way to know the difference between multiple infiles and a specified outfile. I guess we could check for the .goby extension, but it seems trivial to just use a loop
for file in *.goby; do goby log convert $file --format=HDF5; done
I agree it's trivial to script, but I guess I'm lazy. I also see your point that it breaks the structure of the command, so it seems like the effort/reward balance probably doesn't make sense.
I would like to be able to run goby log tool like so: "goby log convert *.goby --format=HDF5"
The text was updated successfully, but these errors were encountered: