Skip to content

Commit

Permalink
Merge branch 'bat/fix/issue-1796' (#3226)
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed May 15, 2024
2 parents 4cafd2c + 386b243 commit 7e7d452
Show file tree
Hide file tree
Showing 5 changed files with 1,142 additions and 1,004 deletions.
3 changes: 3 additions & 0 deletions .changelog/unreleased/improvements/3226-cli-line-wrapping.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Extends claps Arg and Command types with namada traits. These add configurable line wrapping and
hyphenation policies. Also sets help to always be on the next line, but this is easily changeable later.
([\#3226](https://github.com/anoma/namada/issues/3226))
52 changes: 52 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/apps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ tar.workspace = true
tempfile.workspace = true
tendermint-config.workspace = true
tendermint-rpc.workspace = true
textwrap-macros = "0.3.0"
thiserror.workspace = true
tokio = {workspace = true, features = ["full"]}
toml.workspace = true
Expand Down
Loading

0 comments on commit 7e7d452

Please sign in to comment.