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
{{ message }}
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
Sometimes it would be helpful to create multiple accounts in one go. E.g. if setting up a third-party application which needs to distinguish between payments from different sources.
Expected behavior:create account -n 50 would create 50 accounts and return them in an array
Actual behavior: Only one account can be created at a time
The text was updated successfully, but these errors were encountered:
@willclarktech I am able to add the option to create multiple accounts, but I am not able to get how it these many accounts will be visible to the user.
Currently, I am able to parse the value provided by the user, I want to use this value to create these many accounts and display these accounts to the user.
Also, I see that in the code, we use tablify.js to print the table to the user, so here as we will have multiple responses, do we need to display multiple tables to the user?
Description
Sometimes it would be helpful to create multiple accounts in one go. E.g. if setting up a third-party application which needs to distinguish between payments from different sources.
Expected behavior:
create account -n 50
would create 50 accounts and return them in an arrayActual behavior: Only one account can be created at a time
The text was updated successfully, but these errors were encountered: