Please provide a way to cleanly get the version. ``` % neat --version 2> /dev/null neat 4.1.2 % echo $? 0 ``` Flag `-V` or subcommand `version` is also common.