feat(landerctl): re-implement paste & file functionality

This commit is contained in:
Jef Roosens 2024-10-03 09:44:00 +02:00
parent 086ee8900b
commit 8b7ce0085e
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
3 changed files with 120 additions and 0 deletions

View file

@ -75,6 +75,8 @@ landerctl_err landerctl_post_paste(landerctl_ctx *ctx);
landerctl_err landerctl_post_file(landerctl_ctx *ctx);
int landerctl_cmd_short(landerctl_args *args);
int landerctl_cmd_paste(landerctl_args *args);
int landerctl_cmd_file(landerctl_args *args);
int landerctl_parse_args(landerctl_args *out, int argc, char **argv);
#endif