-
Notifications
You must be signed in to change notification settings - Fork 331
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
Update to abscissa 0.6.0-beta.1 and clap 3.0.0-beta.5 #1576
Commits on Nov 23, 2021
-
Update to abscissa 0.6.0-beta.1 and clap 0.3
Overhaul command line argument processing to use clap instead of gumdrop.
Configuration menu - View commit details
-
Copy full SHA for f7236a1 - Browse repository at this point
Copy the full SHA f7236a1View commit details -
Attempt to update to modelator 0.3.2
Need this to resolve the dependency conflict on clap. Does not compile because of the API break.
Configuration menu - View commit details
-
Copy full SHA for 4d6818b - Browse repository at this point
Copy the full SHA 4d6818bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a6c87b - Browse repository at this point
Copy the full SHA 4a6c87bView commit details -
cli: De-hardcode crate version
The version string for chain config memos that was previously obtained from abscissa is obtained with the crate_version! macro from clap.
Configuration menu - View commit details
-
Copy full SHA for 2e8a724 - Browse repository at this point
Copy the full SHA 2e8a724View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20e6f45 - Browse repository at this point
Copy the full SHA 20e6f45View commit details -
Resurrect the version subcommand
Tests rely on the `version` subcommand being implemented.
Configuration menu - View commit details
-
Copy full SHA for 37bb743 - Browse repository at this point
Copy the full SHA 37bb743View commit details -
Manually implement clap::Parser for listen command
This is cumbersome, but it's the only way to support multiple occurrences of --event flag as of clap 3.0.0-beta.5. Should be fixed by the clap 3.0.0 release.
Configuration menu - View commit details
-
Copy full SHA for 0087287 - Browse repository at this point
Copy the full SHA 0087287View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35835da - Browse repository at this point
Copy the full SHA 35835daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92ed854 - Browse repository at this point
Copy the full SHA 92ed854View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ac4626 - Browse repository at this point
Copy the full SHA 8ac4626View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c58777 - Browse repository at this point
Copy the full SHA 9c58777View commit details -
cli: Suppress terminal color in abscissa
To avoid a panic in the terminal component initialization over an attempt to install a global eyre handler after the application has already done so, we need to tell the terminal to not use colors.
Configuration menu - View commit details
-
Copy full SHA for 5cbf1be - Browse repository at this point
Copy the full SHA 5cbf1beView commit details
Commits on Nov 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c338204 - Browse repository at this point
Copy the full SHA c338204View commit details
Commits on Nov 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0ff2d52 - Browse repository at this point
Copy the full SHA 0ff2d52View commit details -
Rename --version flag of
create channel
cmdTo avoid confusion with the --version flag conventionally used to print the program version, the new long name is --channel-version. The --version flag is still supported with the present meaning on the `create channel` subcommand, but this alias is no longer described in built-in help.
Configuration menu - View commit details
-
Copy full SHA for daf841a - Browse repository at this point
Copy the full SHA daf841aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e9c0f0 - Browse repository at this point
Copy the full SHA 7e9c0f0View commit details
Commits on Dec 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2690ba8 - Browse repository at this point
Copy the full SHA 2690ba8View commit details