We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
conflicts_with
1 parent fe0f6d8 commit 7bdce0dCopy full SHA for 7bdce0d
src/args.rs
@@ -106,7 +106,7 @@ pub struct Args {
106
pub max_depth: NonZeroUsize,
107
108
/// Width of the visualization.
109
- #[clap(long, conflicts_with = "column-width")]
+ #[clap(long, conflicts_with = "column_width")]
110
pub total_width: Option<usize>,
111
112
/// Maximum widths of the tree column and width of the bar column.
0 commit comments