forked from phoedos/pmd
Merge pull request #4808 from adangel:issue-3905-tree-export-api
[core] Promote Tree Export API as stable #4808
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user