-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor CLI along with re-organizing app module and adding config fi…
…le (#103) * Reorganize app module and refactore CLI * Add clippy-no-features to CI * Fix rust.yml indentation * Make BaseconCli commands global * Fix default_app_runner * add unclog + some error refinement + revise CI * Add actions/checkout for cache.yml * include actions/cache in rust.yml * Apply some refinements
- Loading branch information
1 parent
02c9680
commit 74bc740
Showing
32 changed files
with
1,683 additions
and
959 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/breaking-changes/104-refactor-app-module.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Make `app` module more maintainable by re-organizing the code | ||
([#104](https://github.com/informalsystems/basecoin-rs/issues/104)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Refactor CLI using `clap` to get more extensible | ||
([#105](https://github.com/informalsystems/basecoin-rs/issues/105)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
- Making the app user-configurable by including a config file | ||
([#13](https://github.com/informalsystems/basecoin-rs/issues/13)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.