diff options
author | mattifestation <mattgraeber@gmail.com> | 2014-09-13 12:39:19 -0400 |
---|---|---|
committer | mattifestation <mattgraeber@gmail.com> | 2014-09-13 12:39:19 -0400 |
commit | 9d412f0d6ac53b47266bbbe03eff36ab653d4494 (patch) | |
tree | d7586a6b1862bf9fa8080fba623ea0da1d828a3d /README.md | |
parent | 6df4cf971b9a5876d1893d544affb397e526b3ac (diff) | |
download | PowerSploit-9d412f0d6ac53b47266bbbe03eff36ab653d4494.tar.gz PowerSploit-9d412f0d6ac53b47266bbbe03eff36ab653d4494.zip |
Updating the script style guide #2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -259,7 +259,7 @@ Note: The tools contained within this module were all designed such that they ca **For all contributors and future contributors to PowerSploit, I ask that you follow this style guide when writing your scripts/modules.** -* Avoid Write-Host **at all costs**. ** PowerShell functions/cmdlets are not command-line utilities!** Pull requests containing code that uses Write-Host will not be considered. You should output custom objects instead. For more information on creating custom objects, read these articles: +* Avoid Write-Host **at all costs**. PowerShell functions/cmdlets are not command-line utilities! Pull requests containing code that uses Write-Host will not be considered. You should output custom objects instead. For more information on creating custom objects, read these articles: * <http://blogs.technet.com/b/heyscriptingguy/archive/2011/05/19/create-custom-objects-in-your-powershell-script.aspx> * <http://technet.microsoft.com/en-us/library/ff730946.aspx> |