add show image operation
This commit is contained in:
parent
f3d2a19781
commit
6fa7e9eb9d
5 changed files with 70 additions and 36 deletions
|
|
@ -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[] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue