rename Take-Part -> Take-OutputPart

This commit is contained in:
Aleksandr Chebotov
2020-09-14 10:09:05 +03:00
parent 3ea5c7d183
commit 370986d0f0
7 changed files with 87 additions and 80 deletions

View File

@@ -195,15 +195,7 @@ $markdown += New-MDList -Style Unordered -Lines @(
(Get-SqliteVersion)
)
$markdown += New-MDHeader "MySQL" -Level 4
$markdown += New-MDList -Style Unordered -Lines @(
(Get-MySqlVersion),
"MySQL Server (user:root password:root)",
"MS SQL Server Client Tools"
)
$markdown += New-MDCode -Lines @(
"MySQL service is disabled by default. Use the following command as a part of your job to start the service: 'sudo systemctl start mysql.service'"
)
$markdown += Build-MySQLSection
$markdown += New-MDHeader "Cached Tools" -Level 3
$markdown += Build-CachedToolsSection