brofield / simpleopt

Cross-platform command line processing and file globbing for C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage of SimpleGlob with regular arguments/without command line processing

GoogleCodeExporter opened this issue · comments

Hey.

I am trying to find a cross-platform glob() function and it seems there is one 
right here. The problem is, that it seems that this version depends on the 
other behalf, which parses command line arguments.

Is there a way to use your glob implementation without the other part?

Kind regards, Ingwie.

Original issue reported on code.google.com by ingwie2...@googlemail.com on 26 Jul 2014 at 10:43

It is included with the arguments parser, but it does not depend on it. You can 
use it independently.

Original comment by brofi...@gmail.com on 26 Jul 2014 at 8:32

  • Changed state: Done