dwww Home | Show directory contents | Find package

AutoGen Definitions options;
prog_name     = check;
prog_title    = "Checkout Automated Options";
long_opts;

flag = {
    name      = check_dirs;
    value     = L;        /* flag style option character */
    arg_type  = string;   /* option argument indication  */
    max       = NOLIMIT;  /* occurrance limit (none)     */
    stack_arg;            /* save opt args in a stack    */
    descrip   = "Checkout directory list";
};

flag = {
    name      = show_defs;
    descrip   = "Show the definition tree";
    name      = show_defs;
    descrip   = "Show the definition tree";
    disable   = dont;     /* mark as enable/disable type */
                          /* option.  Disable as `dont-' */
};

Generated by dwww version 1.15 on Sun Jun 30 10:36:16 CEST 2024.