Commit Graph

10 Commits

Author SHA1 Message Date
Asher Gomez
0b2497f16e
fix: update codebase to work with Deno RC (#6018)
* fix: update codebase to work with Deno RC

* work

* fix

* fix

* fix

* fixes

* work

* update

* fixes

* fix

* revert
2024-09-20 09:29:31 +10:00
Ian Bull
46b3961833
docs(cli): align additional error messages (#5768) 2024-08-22 15:00:51 +09:00
Asher Gomez
96c15341ac
docs(cli): fix options arguments display (#5486)
* docs(cli): fix options presentation

* work
2024-07-19 13:09:12 +09:00
David Sherret
c0d75322c7
docs(cli): make check_docs pass (#4815) 2024-05-23 12:53:13 -04:00
Roj
03426139a2
fix(cli): make the output of promptSecret() consistent with prompt() (#4549) 2024-04-07 17:48:25 +10:00
Asher Gomez
b3d12393fe
docs(cli): add missing documentation (#4467) 2024-03-11 20:30:39 +11:00
Asher Gomez
14a24c61d0
refactor: use Deno.stdin.isTerminal() (#4230) 2024-01-25 07:36:10 +11:00
Simon Holloway
cdab4c6601
refactor(cli): prepare for noUncheckedIndexedAccess (#4121)
* refactor(cli): prepare for noUncheckedIndexedAccess

* replace typeof with key !== undefined

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>

* replace all typeof !== "undefined" with !== undefined

* use assertExists

* tweaks

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-10 10:11:20 +00:00
Lino Le Van
c46143f0ac
chore: update copyright year (#4046)
* chore: update copyright year

* fix

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-02 08:11:32 +11:00
Λlisue (Ali sue・ありすえ)
b1f89510b7
feat(cli): promptSecret() (#3777) 2023-11-30 12:58:42 +11:00