Revision: 76218
          http://sourceforge.net/p/brlcad/code/76218
Author:   starseeker
Date:     2020-06-26 15:09:22 +0000 (Fri, 26 Jun 2020)
Log Message:
-----------
Make a note to go back and add _ged_vopt as a standard libbu option - verbosity 
incrementing via multiple -v options should be a standard ability.

Modified Paths:
--------------
    brlcad/trunk/include/bu/opt.h

Modified: brlcad/trunk/include/bu/opt.h
===================================================================
--- brlcad/trunk/include/bu/opt.h       2020-06-26 14:38:40 UTC (rev 76217)
+++ brlcad/trunk/include/bu/opt.h       2020-06-26 15:09:22 UTC (rev 76218)
@@ -415,6 +415,11 @@
  */
 BU_EXPORT extern int bu_opt_vect_t(struct bu_vls *msg, size_t argc, const char 
**argv, void *set_var);
 
+// TODO - add a standard bu_opt_long_incr to increment the value held by a
+// long.  This is useful for situations where multiple specifications of
+// identical options are intended to change output, such as multiple -v options
+// to increase verbosity.
+
 /** @} */
 
 __END_DECLS

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to