Use prompt instead of argv arguments in scripts #33
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/use-prompt"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This makes it easier to handle truffle arguments which we for example
need to specify the network.
So we ask the user for input instead on using the argv array which might
change.