Merge pull request #4808 from adangel:issue-3905-tree-export-api

[core] Promote Tree Export API as stable #4808
This commit is contained in:
Andreas Dangel
2024-02-09 16:56:56 +01:00
14 changed files with 151 additions and 184 deletions

View File

@@ -32,7 +32,7 @@ import picocli.CommandLine.Mixin;
import picocli.CommandLine.Option;
import picocli.CommandLine.ParameterException;
@Command(name = "ast-dump", description = "Experimental: dumps the AST of parsing source code")
@Command(name = "ast-dump", description = "Dumps the AST of parsing source code")
public class TreeExportCommand extends AbstractPmdSubcommand {
static {