Skip to content

Uninstall-ServyService: incorrect function name in .EXAMPLE #55

@Christophe-Rogiers

Description

@Christophe-Rogiers

Bug Description

The .EXAMPLE section of Uninstall-ServyService uses the wrong function name. It shows Uninstall-Service instead of Uninstall-ServyService.

Actual Behavior

Line 653:

.EXAMPLE
    Uninstall-Service -Name "MyService"

Expected Behavior

.EXAMPLE
    Uninstall-ServyService -Name "MyService"

Additional Inconsistencies in Documentation

While reviewing, I also noticed missing spaces between backtick-quoted command names and the word command in several .DESCRIPTION sections:

  • Line 644: Wraps the Servy CLI `uninstall`command → should be Wraps the Servy CLI `uninstall` command
  • Line 681: Wraps the Servy CLI `start`command → should be Wraps the Servy CLI `start` command
  • Line 719: Wraps the Servy CLI `stop`command → should be Wraps the Servy CLI `stop` command
  • Line 757: Wraps the Servy CLI `restart`command → should be Wraps the Servy CLI `restart` command
  • Line 795: Wraps the Servy CLI `status`command → should be Wraps the Servy CLI `status` command
  • Line 835: Wraps the Servy CLI `export`command → should be Wraps the Servy CLI `export` command
  • Line 885: Wraps the Servy CLI `import`command → should be Wraps the Servy CLI `import` command

Environment

  • PowerShell module: Servy.psm1
  • Affects: Documentation / help output only, no functional impact

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions