FUSE_OPT_KEY_NONOPT

Key value passed to the processing function for all non-options

Non-options are the arguments beginning with a character other than '-' or all arguments after the special '--' option

extern (C)
enum FUSE_OPT_KEY_NONOPT = -2;

Meta