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
mmm on second thought, I suppose we're trying to follow a similar approach to docker?
in that case, let's make -t required and fail the command if not there
when I do a
wasme build .
then I do a wasme list, I see the following:there is no name.
when I do wasme build --help, I see that "tag is supposed to be required"
If it's required, we should fail the command if it's not provided. Im wondering if we could do the following, however:
wasme build . --name foo
Then we could default the tag to be something like
webassemblyhub.io/foo
unless someone wants to specify the full tag, the can pass in
--tag
thoughts?
The text was updated successfully, but these errors were encountered: