Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
refactor: commented out unused param; added todo
Browse files Browse the repository at this point in the history
  • Loading branch information
iodar committed Jun 3, 2020
1 parent c798a88 commit 0d84082
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Sort-AndMoveItems.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ param (
# the target folder where the files should get moved to
[Parameter()]
[string]
$TargetFolder,
$TargetFolder
# TODO: 2020-06-04 dgr parameter will be added later
# custom postfix to append to folder names
[Parameter()]
[string]
$CustomPostfix
# [Parameter()]
# [string]
# $CustomPostfix
)

function Get-AllElementsRecurse {
Expand Down

0 comments on commit 0d84082

Please sign in to comment.