On Saturday 31 of October 2015 20:31:11 Chris 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?

I think neither of these options is currently available.

You could wrap your call to tup in a script that would "select" (by copying a 
template file) your desired options. Sth like:

--
cp options1 options
tup
--

Regards,
FCh

-- 
-- 
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.

Reply via email to