Bug - Fixed Invalid maximizer commands cause NullPointerException

demon llama

New member
Steps to reproduce from the gcli

> maximize derp

Unrecognized keyword: derp
Unexpected error, debug log printed.

Since we're going for a command style interface this should probably fail more gracefully instead of resulting in an exception.
 
Top