diff --git a/cli/send.ts b/cli/send.ts index 1a8afaa..832ed2f 100644 --- a/cli/send.ts +++ b/cli/send.ts @@ -29,6 +29,9 @@ for await ( } } +//TODO completions for "--from" +//TODO require sudo for "--from !== !me" + const templateType = new EnumType([...templates.keys()]) export const cmd = new Command()