cofyc/argparse

Positional arguments

TexAgg opened this issue · 1 comments

Is it possible to handle positional arguments? For example, if I want to call my program like foo [options] <filename>? I don't see anything like that in the source code but I could have easily missed it.

Nevermind, it seems to be handled:

if (argc != 0) {