chore(cli): add TODOs
This commit is contained in:
parent
0b0642a290
commit
b43c5e5451
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue