You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add -Skip/-First compatibility to all line-range cmdlets (closes#41)
- Add -Skip and -First parameters to Show-TextFiles, Remove-LinesFromFile,
Update-LinesInFile, and Update-MatchInFile
- Map to -LineRange internally via shared MapSkipFirstToLineRange() in base class
- Fix PlatyPS v2 Update-Help.ps1 API (Update-CommandHelp, Update-MarkdownModuleFile)
- Update PlatyPS help for new parameters
- Bump version to 1.7.6
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
The universal MCP server for Claude Code and other MCP-compatible clients. One installation gives AI access to 10,000+ PowerShell modules and any CLI tool. You and AI collaborate in the same console with full transparency. Supports Windows, Linux, and macOS.
18
18
19
-
## PowerShell.MCP
19
+
## PowerShell.MCP Cmdlets
20
20
21
21
### [Add-LinesToFile](Add-LinesToFile.md)
22
22
23
23
Insert lines into a text file at a specific position or at the end
0 commit comments