parse should make it easier to turn off static configuration
Reported by bahuvrihi | October 21st, 2008 @ 08:24 AM
Task.parse automatically performs static configuration from app.config_filepath(name). The feature is effectively turned off by specifying no name or a non-existant name, but there should be an easier way not only from ARGV but programatically (for instance as an option)
def parse(argv=ARGV, app=Tap::App.instance, :static_config_file => false)
end
Comments and changes to this ticket
-
bahuvrihi May 3rd, 2009 @ 09:07 AM
- Assigned user set to bahuvrihi
- State changed from new to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A framework for making configurable, file-based tasks and workflows.