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.
1 parent db1ddc9 commit 2998319Copy full SHA for 2998319
tree-sitter-stack-graphs/src/cli/visualize.rs
@@ -16,6 +16,11 @@ use std::path::PathBuf;
16
17
/// Visualize database
18
#[derive(Args)]
19
+#[clap(after_help = r#"LIMITATIONS:
20
+ Visualizations will only work for very small stack graphs. This command is
21
+ useful for debugging minimal examples, but running it on any real-world code
22
+ will most likely result in HTML files that will not load in any browser.
23
+"#)]
24
pub struct VisualizeArgs {
25
/// Source file or directory paths.
26
#[clap(
0 commit comments