@@ -6,6 +6,9 @@ Command Framework
66[ ![ License] [ License Badge ]] [ License File ]
77[ ![ Discord] [ Discord Badge ]] [ Discord Invite ]
88
9+ ![ Branch Coverage Badge]
10+ ![ Mutant Coverage Badge]
11+
912[ ![ Supported Java Versions] [ Supported Java Versions Badge ]] ( # )
1013
1114[ ![ Supported Message Frameworks] [ Supported Message Frameworks Badge ]] ( #supported-message-frameworks )
7275
7376``` gradle
7477repositories { mavenCentral() }
75- dependencies { implementation 'net.kautler:command-framework:0.1 .0' }
78+ dependencies { implementation 'net.kautler:command-framework:0.2 .0' }
7679```
7780
7881### Maven
@@ -81,7 +84,7 @@ dependencies { implementation 'net.kautler:command-framework:0.1.0' }
8184<dependency >
8285 <groupId >net.kautler</groupId >
8386 <artifactId >command-framework</artifactId >
84- <version >0.1 .0</version >
87+ <version >0.2 .0</version >
8588</dependency >
8689```
8790
@@ -157,8 +160,8 @@ call the methods on the command implementation.
157160
158161By overwriting the ` Command#getAliases() ` method or applying one or multiple [ ` @Alias ` ] [ @Alias JavaDoc ] annotations the
159162aliases to which the command reacts can be configured. If at least one alias is configured, only the explicitly
160- configured ones are available. If no alias is configured, the class name, stripped by ` Command ` or ` Cmd ` suffix
161- and the first letter lowercased is used as default.
163+ configured ones are available. If no alias is configured, the class name, stripped by ` Command ` or ` Cmd `
164+ suffix and / or prefix and the first letter lowercased is used as default.
162165
163166#### Asynchronous Command Execution
164167
@@ -460,6 +463,10 @@ limitations under the License.
460463 https://github.com/Vampire/command-framework/blob/master/LICENSE
461464[ Discord Badge] :
462465 https://shields.javacord.org/discord/534420861294346255.svg?label=Discord
466+ [ Branch Coverage Badge] :
467+ https://shields.javacord.org/badge/Branch%20Coverage-100%25-brightgreen.svg?style=flat
468+ [ Mutant Coverage Badge] :
469+ https://shields.javacord.org/badge/PIT%20Mutant%20Coverage-100%25-brightgreen.svg?style=flat
463470[ Supported Java Versions Badge] :
464471 https://shields.javacord.org/badge/Supported%20Java%20Versions-Java8+-lightgrey.svg
465472[ Supported Message Frameworks Badge] :
0 commit comments