1.0.0 Alpha Release #59

Merged
netkas merged 213 commits from v1.0.0_alpha into master 2023-01-29 23:27:58 +00:00
Showing only changes of commit 2a7b92ca94 - Show all commits

View file

@ -441,7 +441,7 @@
if(!ncc::cliMode()) if(!ncc::cliMode())
return null; return null;
Console::outWarning('passwordInput() is not properly implemented yet, defaulting to prompt'); // passwordInput() is not properly implemented yet, defaulting to prompt
return self::getInput($prompt); return self::getInput($prompt);
/** /**