Publish exit status of CLI runner in executable

This commit is contained in:
Markus Schirp 2012-11-24 17:36:47 +01:00
parent 70060caf5d
commit 7a471875fc
6 changed files with 31 additions and 50 deletions

View file

@ -11,4 +11,4 @@ namespace =
Mutant
end
namespace::CLI.run(ARGV)
Kernel.exit(namespace::CLI.run(ARGV))