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
and then providing dria serve <contract-1> should be the same as dria serve 1.
Alternatively, we could have the serve argument coerce to the nearest similar knowledge, e.g. if we have test-knowledge and we type dria serve te that te should be inferred as test-knowledge
The text was updated successfully, but these errors were encountered:
When we type
dria list
, we see results like:and we need to provide the entire
<contract-id>
to the serve options and such. We could perhaps use a more convenient option such as:and then providing
dria serve <contract-1>
should be the same asdria serve 1
.Alternatively, we could have the
serve
argument coerce to the nearest similar knowledge, e.g. if we havetest-knowledge
and we typedria serve te
thatte
should be inferred astest-knowledge
The text was updated successfully, but these errors were encountered: