Skip to content

Commit

Permalink
added docs folder
Browse files Browse the repository at this point in the history
  • Loading branch information
jrussellfreelance committed May 17, 2020
1 parent 4c8d655 commit 3412f76
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions PSReadLine-Commands.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
PSConsoleHostReadLine
Get-PSReadLineKeyHandler
Get-PSReadLineOption
Remove-PSReadLineKeyHandler
Set-PSReadLineKeyHandler
Set-PSReadLineOption
2 changes: 1 addition & 1 deletion get-module-commands.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ $module = Read-Host "Please enter the module name"
$commands = Get-Command -Module $module
# Loop through commands and add each to file
foreach ($command in $commands) {
Add-Content "$PSScriptRoot\$module Commands.txt" $command.Name
Add-Content "$PSScriptRoot/$module-Commands.txt" $command.Name
}

0 comments on commit 3412f76

Please sign in to comment.