Skip to content

Commit

Permalink
feat: GetCurrentProgramScene.ToString() and regenerating ( Fixes #202,
Browse files Browse the repository at this point in the history
…Fixes #166 )
  • Loading branch information
StartAutomating authored and StartAutomating committed Oct 19, 2024
1 parent be2f9ed commit 5df9881
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions docs/_data/Help/Get-OBSAsciiShader.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"Synopsis": "\nGet-OBSAsciiShader [[-Scale] <int>] [[-BaseColor] <string>] [[-CharacterSet] <int>] [[-Note] <string>] [[-SourceName] <string>] [[-FilterName] <string>] [[-ShaderText] <string>] [-Monochrome] [-Force] [-PassThru] [-NoResponse] [-UseShaderTime] [<CommonParameters>]\n",
"Description": "",
"Parameters": [
{
"Name": null,
"Type": null,
"Description": "",
"Required": false,
"Position": 0,
"Aliases": null,
"DefaultValue": null,
"Globbing": false,
"PipelineInput": null,
"variableLength": false
}
],
"Notes": [
null
],
"CommandType": "Function",
"Component": [
null
],
"Inputs": [
"System.String\n"
],
"Outputs": [
"System.Object"
],
"Links": [],
"Examples": []
}

0 comments on commit 5df9881

Please sign in to comment.