11 lines
234 B
PowerShell
11 lines
234 B
PowerShell
param (
|
|
[string]$serviceName,
|
|
[string]$option,
|
|
[string]$appPath,
|
|
[string]$command, # just the command like run start or what ever you have in npm.
|
|
[string]$description,
|
|
[string]$remote,
|
|
[string]$server,
|
|
)
|
|
|