You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update CHANGELOG and improve CLI help consistency
- Refactor CHANGELOG for clarity and formatting consistency
- Enhance CLI help output to ensure consistent option spellings
- Add tests for default console reader behavior in Invoke-NovaCliNativeConsoleReadKey
($reader.ToString()).Trim() | Should -Be '[Console]::ReadKey($true)'
186
156
}
187
-
)
157
+
}
188
158
189
-
$process.ExitCode| Should -Be 0-Because ($output-join [Environment]::NewLine)
190
-
($output-join [Environment]::NewLine) | Should -Match'Cannot read keys when either application does not have a console or when console input has been redirected'
159
+
It 'Invoke-NovaCliNativeConsoleReadKey resolves the default native console reader when no override is provided' {
0 commit comments