一個用於執行 linkchecker 命令的 PowerShell 函式,使用指定的參數。
-
先安裝 Python 3.8 以上版本
-
安裝 linkchecker 工具
pip3 install linkchecker
-
安裝
Invoke-LinkChecker.ps1
腳本Install-Script -Name Invoke-LinkChecker
Invoke-LinkChecker -Url "https://example.com" -v -NoRobots
一個用於執行 linkchecker 命令的 PowerShell 函式,使用指定的參數。
先安裝 Python 3.8 以上版本
安裝 linkchecker 工具
pip3 install linkchecker
安裝 Invoke-LinkChecker.ps1
腳本
Install-Script -Name Invoke-LinkChecker
Invoke-LinkChecker -Url "https://example.com" -v -NoRobots