$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [program_options] Parsing config files
From: Rhys Ulerich (rhys.ulerich_at_[hidden])
Date: 2013-08-08 13:39:08
> Last question I think: when it comes to prioritizing options
> preference, I'd like to prefer command line over configuration file:
> in other words, give the end-user an opportunity to override the
> configuration file on the command line.
I do CLI first and then any option files.
- Rhys