jdf@merby (ttyp0) 33 /home/jdf > merb
~
~ FATAL: You are not in a Merb application, or you are in a flat
application and have not specified the init file. If you are trying to
create a new merb application, use merb-gen app.
~
jdf@merby (ttyp0) 34 /home/jdf > merb -v
~ Running bootloaders...
~ Storing pid 19778 file to /usr/home/jdf/log/merb.main.pid...
~
~ FATAL: You are not in a Merb application, or you are in a flat
application and have not specified the init file. If you are trying to
create a new merb application, use merb-gen app.
~
--
Jim Freeze
Right. Most apps will tell you that if you just type the name of the app without
arguments. If, the name of the app without arguments is a valid way to
run an app, then the user doesn't get this helpful information.
If typing the name of the app doesn't work (e.g., typing merb outside a merb
directory) it SHOULD give tell you how to get that information. In this case,
it didn't give me any helpful information. I did not want to create a merb app,
I wanted to see what version of merb was installed.
Can we add some info about, 'to get help type merb --version' or something
like that when merb is typed outside a merb directory and without arguments?
Thanks
--
Jim Freeze