Skip to content

[Bug] Positional parameters are not processed correctly #2

Closed
@DanGough

Description

@DanGough

Prerequisites

PSAppDeployToolkit.Tools version

0.2.1

PSAppDeployToolkit version

4.0.3

Describe the bug

Positional parameters are not properly passed through or transformed. For instance:

Write-Log -Message "Hello"

Properly translates to:

Write-ADTLogEntry -Message "Hello"

But:

Write-Log "Hello"

Results in:

Write-Log -0 "Hello"

Currently experimenting with 2 different solution approaches to determine the best path forward.

Steps to reproduce

👆

Environment data

😉

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions