1
mirror of https://github.com/CarmJos/EasyPlugin.git synced 2026-06-04 16:48:16 +08:00

feat(command): 为子命令提供父命令处理器的泛型,便于统一调用方法

This commit is contained in:
2022-08-25 01:52:04 +08:00
parent 429eb9c6ec
commit 8f03c2a1b3
16 changed files with 43 additions and 33 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<parent>
<artifactId>easyplugin-parent</artifactId>
<groupId>cc.carm.lib</groupId>
<version>1.4.13</version>
<version>1.4.14</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>