We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0411c commit a5f0aedCopy full SHA for a5f0aed
1 file changed
src/main/java/the/bytecode/club/bytecodeviewer/cli/BCVCommandLine.java
@@ -157,8 +157,7 @@ private void handleCLIDecompilation(CommandLine cmd)
157
public CLICommand getCommand(String name)
158
{
159
for(CLICommand command : COMMANDS)
160
- if(command.name.equals(name)
161
- || command.nameFormatted.equals(name))
+ if(command.nameFormatted.equals(name))
162
return command;
163
164
return null;
0 commit comments