Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
chplib
0.0.8
env.ps1
function
env_interactive
{
$noni
=
[Environment]
::
GetCommandLineArgs
(
)
|
Where-Object
{
$_
-like
'-NonI*'
}
return
(
[Environment]
::
UserInteractive
-and
-not
$noni
)
}