avoid using hardcode prefix in example (#4917)

This commit is contained in:
William Cheng
2020-01-03 13:37:39 +08:00
committed by GitHub
parent 8e1bb3ddff
commit 41f3cba85f
3 changed files with 17 additions and 5 deletions

View File

@@ -78,9 +78,11 @@ $Manifest = @{
# Kirk Munro recommends against it:
# https://www.sapien.com/blog/2016/02/15/use-prefixes-to-prevent-command-name-collision/#comment-20820
#
# If not, we'd need to generate functions name with prefix.
# If not, we'd need to generate functions name with prefix. For examples,
#
# DefaultCommandPrefix = 'PetStore'
# DefaultCommandPrefix = 'PetApi'
# DefaultCommandPrefix = 'StoreApi'
# DefaultCommandPrefix = 'UserApi'
}
New-ModuleManifest @Manifest