docs: 📝 More work on JSDoc

This commit is contained in:
Jesse Wierzbinski 2024-06-12 22:52:03 -10:00
parent 527137f279
commit c3271ba264
No known key found for this signature in database
8 changed files with 205 additions and 52 deletions

View file

@ -69,7 +69,7 @@ export default class UserCreate extends BaseCommand<typeof UserCreate> {
this.exit(1);
}
let password = null;
let password: string | null = null;
if (flags["set-password"]) {
const password1 = await input({