File tree Expand file tree Collapse file tree 2 files changed +103
-1
lines changed
Expand file tree Collapse file tree 2 files changed +103
-1
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,19 @@ function Export-4BitCSS
172172 [Parameter (ValueFromPipelineByPropertyName )]
173173 [ComponentModel.DefaultBindingProperty (" selectionBackground" )]
174174 [string ]
175- $SelectionBackground ,
175+ $SelectionBackground ,
176+
177+ # If provided, will add a --creditTo variable containing the name of the author
178+ [Parameter (ValueFromPipelineByPropertyName )]
179+ [ComponentModel.DefaultBindingProperty (" creditTo" )]
180+ [string ]
181+ $CreditTo ,
182+
183+ # If provided, will add a --creditToLink containing a link to the author's page or repo.
184+ [Parameter (ValueFromPipelineByPropertyName )]
185+ [ComponentModel.DefaultBindingProperty (" creditToLink" )]
186+ [string ]
187+ $CreditToLink ,
176188
177189 # The output path. If not specified, will output to the current directory.
178190 [string ]
You can’t perform that action at this time.
0 commit comments