feat(landerctl): implement placeholder requests
This commit is contained in:
parent
b833d0ed74
commit
bdbc750f7f
5 changed files with 39 additions and 1 deletions
|
|
@ -34,6 +34,7 @@ typedef enum landerctl_mode {
|
|||
landerctl_mode_short,
|
||||
landerctl_mode_paste,
|
||||
landerctl_mode_file,
|
||||
landerctl_mode_placeholder,
|
||||
} landerctl_mode;
|
||||
|
||||
/**
|
||||
|
|
@ -64,6 +65,7 @@ int landerctl_parse_args(landerctl_args *out, int argc, char **argv);
|
|||
int landerctl_cmd_short(landerctl_args *args);
|
||||
int landerctl_cmd_paste(landerctl_args *args);
|
||||
int landerctl_cmd_file(landerctl_args *args);
|
||||
int landerctl_cmd_placeholder(landerctl_args *args);
|
||||
|
||||
/**
|
||||
* Initialize a CURL object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue