Skip to content

Commit

Permalink
cli fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcosAndradeV committed Jan 15, 2025
1 parent cdfb7e2 commit 0a5bdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chs/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ pub fn usage(program: &str) {

for ele in COMMANDS.iter() {
println!(
" {name} {descripition}",
" {name: <7} {descripition}",
name = ele.name,
descripition = ele.descripition,
);
Expand Down

0 comments on commit 0a5bdaf

Please sign in to comment.