{"text-file",0,0,G_OPTION_ARG_STRING,&this->text_file,"Set input text file-name\n\n If no text is provided, standard input is used for input.\n","filename"},
{"unicodes",'u',0,G_OPTION_ARG_CALLBACK,(gpointer)&parse_unicodes,"Set input Unicode codepoints","list of hex numbers"},
{"text-file",0,0,G_OPTION_ARG_STRING,&this->text_file,"Set input text file-name","filename"},
{"unicodes",'u',0,G_OPTION_ARG_CALLBACK,(gpointer)&parse_unicodes,"Set input Unicode codepoints\n\n If no text is provided, standard input is used for input.\n","list of hex numbers"},
{"text-before",0,0,G_OPTION_ARG_STRING,&this->text_before,"Set text context before each line","string"},
{"text-after",0,0,G_OPTION_ARG_STRING,&this->text_after,"Set text context after each line","string"},