-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improvements to glow CLI #219
Comments
In GitLab by @kwanzknoel on Sep 10, 2021, 02:09 changed the description |
In GitLab by @kwanzknoel on Sep 10, 2021, 02:13 changed the description |
In GitLab by @kwanzknoel on Sep 10, 2021, 02:24 changed the description |
In GitLab by @kwanzknoel on Sep 10, 2021, 02:26 changed the description |
In GitLab by @kwanzknoel on Sep 10, 2021, 02:28 changed the description |
In GitLab by @kwanzknoel on Sep 11, 2021, 02:26 changed the description |
In GitLab by @kwanzknoel on Sep 11, 2021, 02:47 changed the description |
In GitLab by @kwanzknoel on Sep 11, 2021, 03:14 changed the description |
1 similar comment
In GitLab by @kwanzknoel on Sep 11, 2021, 03:14 changed the description |
In GitLab by @kwanzknoel on Sep 16, 2021, 01:23 marked the task Have defaults for max initial block if no input is entered (https://gitlab.com/mukn/glow/-/merge_requests/177): as completed |
In GitLab by @kwanzknoel on Sep 16, 2021, 02:37 changed the description |
In GitLab by @kwanzknoel on Sep 16, 2021, 02:38 changed the description |
In GitLab by @kwanzknoel on Sep 16, 2021, 03:06 changed the description |
In GitLab by @kwanzknoel on Sep 17, 2021, 03:46 mentioned in merge request !178 |
In GitLab by @kwanzknoel on Sep 17, 2021, 03:47 changed the description |
1 similar comment
In GitLab by @kwanzknoel on Sep 17, 2021, 03:47 changed the description |
In GitLab by @kwanzknoel on Sep 17, 2021, 23:03
|
In GitLab by @kwanzknoel on Sep 18, 2021, 03:36 assigned to @kwanzknoel |
In GitLab by @kwanzknoel on Sep 18, 2021, 04:15 changed the description |
Re-request invalid parameter for ask-option Closes Glow-Lang#219 See merge request mukn/glow!180
In GitLab by @kwanzknoel on Sep 10, 2021, 02:06
glow should tell users to do something actionable if required options are missing.
For example for
glow add-contact
, the-N
flag is required:(Preferred) If options are missing,
use
get-or-ask
to prompt user to input the missing option.We could also tell users to use
glow help add-contact
to view the argument schema.See example.
Implement this for the following entrypoints:
Have defaults for max initial block if no input is entered (https://gitlab.com/mukn/glow/-/merge_requests/177):
Prompt again if user does not enter a valid input, instead of erroring out. https://gitlab.com/mukn/glow/-/issues/219
Command for checking account balances #402
Come up with a way to derive / share user databases, instead of requiring them to supply these explicitly e.g.
--database bob
. This will require refactoringgerbil-ethereum/tx-tracker#post-transaction
which callsopen-transaction
fromgerbil-persist
and thestart-interaction
entrypoint(s).The text was updated successfully, but these errors were encountered: