Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal authored Nov 6, 2023
1 parent 621453c commit 80717fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/soroban-cli/src/commands/contract/invoke.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ impl Cmd {
let mut cmd = clap::Command::new(self.contract_id.clone())
.no_binary_name(true)
.term_width(300)
// .help
.max_term_width(300);

for ScSpecFunctionV0 { name, .. } in spec.find_functions()? {
Expand Down

0 comments on commit 80717fa

Please sign in to comment.