ftomassetti / effectivejava

Run queries on your Java code to check if it meets the criteria suggested by the book Effective Java. And some others.
Apache License 2.0
507 stars 45 forks source link

In the help of the interactive mode the command "load" is not listed #51

Closed ftomassetti closed 9 years ago

ftomassetti commented 9 years ago

When in interactive mode the help command produce this output:

h/help                      : print this help message
q/quit/exit                 : close the shell
list                        : list classes loaded
mc/many-constructors th NUM : list classes with NUM or more constructors

it should also include the load command

davidor commented 9 years ago

Duplicated #48 :)

ftomassetti commented 9 years ago

My bad, closing :)

I was in holidays and I did not put the right level of attention before opening this task