Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/powershell/11.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/date/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Powershell Cmdlet别名文档_Powershell_Documentation - Fatal编程技术网

Powershell Cmdlet别名文档

Powershell Cmdlet别名文档,powershell,documentation,Powershell,Documentation,不向dll cmdlet添加文档的一个很好的特性是,cmdlet和参数别名(如果存在)在get-help中免费记录 但是,当我提供*.dll-help.xml文件时,别名部分消失。参数别名可以通过在xml中定义,但不会反映在实际文档中。我没有发现任何关于如何为cmdlet本身执行此操作的示例 是否有办法在添加文档的同时保留别名部分或参数别名

不向dll cmdlet添加文档的一个很好的特性是,cmdlet和参数别名(如果存在)在get-help中免费记录

但是,当我提供*.dll-help.xml文件时,别名部分消失。参数别名可以通过
在xml中定义,但不会反映在实际文档中。我没有发现任何关于如何为cmdlet本身执行此操作的示例

是否有办法在添加文档的同时保留别名部分或参数别名