Skip to content

Commit

Permalink
PsIni: add delimiter alias
Browse files Browse the repository at this point in the history
  • Loading branch information
couleurm committed Jan 28, 2024
1 parent dff3c18 commit 7de3c67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions helpers/PsInI/Get-IniContent.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@
[Switch]
$IgnoreComments,

[Alias('KeyValSeparator')]
[String]
$delimiter = '='
)
Expand Down
1 change: 1 addition & 0 deletions helpers/PsInI/Out-IniFile.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ Function Out-IniFile {
[Switch]
$Pretty,

[Alias('KeyValSeparator')]
[String]
$delimiter = '='
)
Expand Down

0 comments on commit 7de3c67

Please sign in to comment.