Closed GoogleCodeExporter closed 8 years ago
I looked at this a little bit, it appears that using getopt_long is the way to
go. It's also suggested to use this by the GNU Coding Standards
http://www.gnu.org/prep/standards/standards.html
Original comment by dmoore4...@gmail.com
on 2 Nov 2010 at 1:55
fuse uses its own option parsing framework (fuse_opt_parse), so, not sure if
you'll be able to use getopt?
Original comment by rri...@gmail.com
on 2 Nov 2010 at 2:36
Original comment by dmoore4...@gmail.com
on 7 Nov 2010 at 12:29
fixed in r227
uses getopt_long now and still allows for FUSE's parser to work as well.
Original comment by dmoore4...@gmail.com
on 7 Nov 2010 at 1:48
Original issue reported on code.google.com by
apetresc
on 2 Nov 2010 at 4:20