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
We have a projectt CLI tool we don't really use on cli. As mentioned in #220, we should add utilities to it to simplify some workflow actions, especially since it's more manageable than a Makefile for most situations and it's also easier to add documentation.
Some examples:
Starting chains with initial anvil state (start-(.*) on tests/anvil)
I personally don't really care much about those e.g. spawning shell commands or such and depends on something being previously installed, the important part is we standardize a way to do these processes and have it in a more organized manner.
The text was updated successfully, but these errors were encountered:
We have a projectt CLI tool we don't really use on
cli
. As mentioned in #220, we should add utilities to it to simplify some workflow actions, especially since it's more manageable than aMakefile
for most situations and it's also easier to add documentation.Some examples:
start-(.*)
ontests/anvil
)I personally don't really care much about those e.g. spawning shell commands or such and depends on something being previously installed, the important part is we standardize a way to do these processes and have it in a more organized manner.
The text was updated successfully, but these errors were encountered: