mirror of
https://github.com/Corsinvest/cv4pve-api-powershell.git
synced 2026-04-25 12:15:48 +03:00
[PR #42] Add_parameter_for_additional_args #46
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-api-powershell#46
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/Corsinvest/cv4pve-api-powershell/pull/42
State: closed
Merged: Yes
I use this powershell module in a big project that I am working on at work, but one of the requirements for this project is to launch the spice client in full screen mode. There are, of course, arguments that can be passed to the remote viewer application that would allow for this, but no way to do so within in the powershell module. This pull request simply adds an additional parameter to the "Invoke-PveSpice" function named "AdditionalArgs", which allow the user to optionally pass additional arguments to the command which launches the viewer application defined in the function. The modifications contained within this pull request are the same modifications that I have already made to this module that I use for my project, and it works perfectly.
[PR #42] [MERGED] Add_parameter_for_additional_argsto [PR #42] Add_parameter_for_additional_args