chore(cli): add TODOs

This commit is contained in:
Julien Oculi 2024-04-03 12:49:00 +02:00
parent 0b0642a290
commit b43c5e5451

View file

@ -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()