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
When you are setting up a new project dir, usually we want the wit directory structure.
After running, wkg get namespace:package to download a wit package. Should witpackages automatically be placed in./wit` dir, creating it if not exists?
Or should wkg get namespace:package -o wit/ create the wit dir if it doesn't exist?
wkg wit fetch assumes you are in a dir that has the wit sub dir.
Should wkg get namespace:package have a --fetch-deps or arg? To scaffold out the wit dir.
The text was updated successfully, but these errors were encountered:
When you are setting up a new project dir, usually we want the
wit
directory structure.After running,
wkg get namespace:package
to download awit
package. Should
witpackages automatically be placed in
./wit` dir, creating it if not exists?Or should
wkg get namespace:package -o wit/
create thewit
dir if it doesn't exist?wkg wit fetch
assumes you are in a dir that has thewit
sub dir.Should
wkg get namespace:package
have a--fetch-deps
or arg? To scaffold out thewit
dir.The text was updated successfully, but these errors were encountered: