1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/abgox-PSCompletions

Клонировать/Скачать
en-US.json 5.1 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
abgox Отправлено 30.12.2024 18:46 925d312
{
"options": [
{
"name": "-PSConsoleFile",
"next": 0,
"tip": [
"U: -PSConsoleFile <file>\n",
"Loads the specified Windows PowerShell console file.\n",
"To create a console file, use Export-Console in Windows PowerShell."
]
},
{
"name": "-Version",
"alias": [
"-v"
],
"next": 0,
"tip": [
"U: -Version <version>\n",
"Starts the specified version of Windows PowerShell.\n",
"Provide a version number as an argument, such as \"-version 2.0\"."
]
},
{
"name": "-NoLogo",
"tip": [
"Hides the copyright banner at startup."
]
},
{
"name": "-NoExit",
"tip": [
"Does not exit after running startup commands."
]
},
{
"name": "-Sta",
"tip": [
"Starts the shell using a single-threaded apartment.\n",
"Single-threaded apartment (STA) is the default setting."
]
},
{
"name": "-Mta",
"tip": [
"Starts the shell using a multi-threaded apartment."
]
},
{
"name": "-NoProfile",
"tip": [
"Does not load Windows PowerShell profiles."
]
},
{
"name": "-NonInteractive",
"tip": [
"Does not present an interactive prompt to the user."
]
},
{
"name": "-InputFormat",
"tip": [
"U: -InputFormat <string>\n",
"Describes the format of data sent to Windows PowerShell.\n",
"Valid values are \"Text\" (text strings) or \"XML\" (serialized CLIXML format)."
],
"next": [
{
"name": "Text"
},
{
"name": "XML"
}
]
},
{
"name": "-OutputFormat",
"tip": [
"U: -OutputFormat <string>\n",
"Specifies how output from Windows PowerShell is formatted.\n",
"Valid values are \"Text\" (text strings) or \"XML\" (serialized CLIXML format)."
],
"next": [
{
"name": "Text"
},
{
"name": "XML"
}
]
},
{
"name": "-WindowStyle",
"tip": [
"U: -WindowStyle <style>\n",
"Sets the display style of the Windows PowerShell window."
],
"next": [
{
"name": "Normal",
"tip": [
"Normal window"
]
},
{
"name": "Hidden",
"tip": [
"Hidden window"
]
},
{
"name": "Minimized",
"tip": [
"Minimized window"
]
},
{
"name": "Maximized",
"tip": [
"Maximized window"
]
}
]
},
{
"name": "-EncodedCommand",
"next": 0,
"tip": [
"U: -EncodedCommand <Base64EncodedCommand>\n",
"Accepts a command as a base-64 encoded string.\n",
"Use this parameter to submit commands to Windows PowerShell that require complex quoting or braces."
]
},
{
"name": "-ConfigurationName",
"next": 0,
"tip": [
"U: -ConfigurationName <string>\n",
"Specifies the configuration endpoint that runs Windows PowerShell.\n",
"This can be any endpoint registered on the local computer, including the default Windows PowerShell remote endpoint or a custom endpoint with specific user role capabilities."
]
},
{
"name": "-File",
"next": 0,
"tip": [
"U: -File <filePath> <args>\n",
"Runs the specified script in the local scope (dot-sourced), so that the functions and variables created in the script are available in the current session.\n",
"Provide the script file path and any arguments.\n",
"File must be the last parameter in the command, as all characters following the File parameter name are interpreted as the script file path followed by script arguments."
]
},
{
"name": "-ExecutionPolicy",
"next": 0,
"tip": [
"U: -ExecutionPolicy <ExecutionPolicy>\n",
"Sets the default execution policy for the current session and saves it in the $env:PSExecutionPolicyPreference environment variable.\n",
"This parameter does not change the execution policy set in the Windows PowerShell registry."
]
},
{
"name": "-Command",
"next": 0,
"tip": [
"U: -Command <-|string|scriptBlock>\n",
"Executes the specified command (and any parameters) as if they were typed at the Windows PowerShell command prompt, then exits unless NoExit is specified.\n",
"The value of Command can be \"-\", a string, or a script block."
]
}
],
"common_options": [
{
"name": "--help",
"alias": [
"-h",
"-?",
"/?"
],
"tip": [
"Show help."
]
}
],
"info": {
"completion_info": {
"url": "https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_pwsh?view=powershell-5.1",
"description": [
"Windows PowerShell CLI. (powershell.exe)"
]
}
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/abgox-PSCompletions.git
git@api.gitlife.ru:oschina-mirror/abgox-PSCompletions.git
oschina-mirror
abgox-PSCompletions
abgox-PSCompletions
main