add show image operation

This commit is contained in:
uvos 2021-07-05 11:26:23 +02:00
parent f3d2a19781
commit 6fa7e9eb9d
5 changed files with 70 additions and 36 deletions

View file

@ -40,7 +40,7 @@ struct Config
const char *argp_program_version = "0.2";
const char *argp_program_bug_address = "<carl@uvos.xyz>";
static char doc[] = "Program to determine the lubricant thikness on a curved surface.\n\
Possible operations: apply create curve mkcurve mkboard";
Possible operations: apply create curve mkcurve mkboard show";
static char args_doc[] = "[OPERATION] IMAGE1 IMAGE2 ...";
static struct argp_option options[] =