On Sat, Oct 31, 2015 at 11:31 PM, Chris <[email protected]> wrote: > Currently I am using the .tup/options file like this: > > [updater] > num_jobs = 3 > [display] > color = never > > I want to be able to do: > > tup --display-color=auto > or > tup --display-color=never > > Is a switch like this available or maybe an environment variable? I want > to use 2 different sets of options. Or can I specify an options file via > the command line? > > Oops, I forgot to respond to this. I added support for this option and a few others in https://github.com/gittup/tup/commit/4fc4144c8849b81ab214a7f6196a0d5c617e7ec2
Not every option is override-able from the command-line since the command-line argument handling is still a mess, but this is at least a slight improvement. -Mike -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
