@@ -20,15 +20,15 @@ public class CommandManager {
20
20
private static final List <Command > INIT_CMDS ;
21
21
22
22
static {
23
- List <String > tags = List .of ("#mytool " );
23
+ List <String > tags = List .of ("#sourcebox " );
24
24
INIT_CMDS = List .of (
25
- new Command ("mytool --tool=cHelper" , "@helper" , tags ),
26
- new Command ("mytool --tool=converts --cmd=now" , "@mnow" , tags ),
27
- new Command ("mytool --tool=converts --cmd=md5" , "@mmd5" , tags ),
28
- new Command ("mytool --tool=converts --cmd=hdate" , "@mhdate" , tags ),
29
- new Command ("mytool --tool=converts --cmd=timesp" , "@mtimesp" , tags ),
30
- new Command ("mytool --tool=converts --cmd=lower" , "@mlower" , tags ),
31
- new Command ("mytool --tool=converts --cmd=upper" , "@mupper" , tags )
25
+ new Command ("sourcebox --tool=cHelper" , "@helper" , tags ),
26
+ new Command ("sourcebox --tool=converts --cmd=now" , "@mnow" , tags ),
27
+ new Command ("sourcebox --tool=converts --cmd=md5" , "@mmd5" , tags ),
28
+ new Command ("sourcebox --tool=converts --cmd=hdate" , "@mhdate" , tags ),
29
+ new Command ("sourcebox --tool=converts --cmd=timesp" , "@mtimesp" , tags ),
30
+ new Command ("sourcebox --tool=converts --cmd=lower" , "@mlower" , tags ),
31
+ new Command ("sourcebox --tool=converts --cmd=upper" , "@mupper" , tags )
32
32
);
33
33
}
34
34
0 commit comments