Re: [Boost-bugs] [Boost C++ Libraries] #4781: Boost Program Options 'arg' text could be editiable.

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #4781: Boost Program Options 'arg' text could be editiable.
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2011-06-08 19:34:59


#4781: Boost Program Options 'arg' text could be editiable.
----------------------------------------+-----------------------------------
  Reporter: robertmassaioli@… | Owner: vladimir_prus
      Type: Feature Requests | Status: closed
 Milestone: To Be Determined | Component: program_options
   Version: Boost 1.44.0 | Severity: Problem
Resolution: wontfix | Keywords: arg program_options
----------------------------------------+-----------------------------------

Comment (by lukasz.dobrogowski@…):

 I'm also voting for this. It would largely help with migration from
 existing commandline parsing systems in projects to boost::program_options
 with as little changes to syntax and usability as possible.

 Example from Wesnoth:
 fragment of --help before PO:
 --preprocess, -p <file/folder> <target directory> (short description)

 fragment of --help after using PO:
 -p [ --preprocess ] arg (long description, arg has to be explained in it
 and it isn't immediately visible that the option takes two tokens)

 It's probably most useful for multitoken commands with custom validators,
 where it would really help usability to be able to explain needed
 arguments with string such as "<myarg1> <myarg2>"...

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4781#comment:4>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:06 UTC