-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathSample2-help.xml
More file actions
158 lines (157 loc) · 5.53 KB
/
Copy pathSample2-help.xml
File metadata and controls
158 lines (157 loc) · 5.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="Help_Style.xslt"?>
<helpItems schema="maml">
<command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp">
<!--Generated by PS Cmdlet Help Editor-->
<command:details>
<command:name>Get-Test</command:name>
<maml:description>
<maml:para>im short details</maml:para>
</maml:description>
<maml:copyright>
<maml:para />
</maml:copyright>
<command:verb>Get</command:verb>
<command:noun>Test</command:noun>
<dev:version />
</command:details>
<maml:description>
<maml:para>im full details.... sooo full</maml:para>
</maml:description>
<command:syntax>
<command:syntaxItem>
<maml:name>get-test</maml:name>
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
<maml:name>Param1</maml:name>
<maml:description>
<maml:para>its the string param, taking in.... a string..</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
</command:parameter>
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Param2</maml:name>
<maml:description>
<maml:para>im just a lonely int that no one cares about</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
</command:parameter>
</command:syntaxItem>
</command:syntax>
<command:parameters>
<command:parameter required="true" variableLength="false" globbing="false" pipelineInput="true (ByPropertyName)" position="0">
<maml:name>Param1</maml:name>
<maml:description>
<maml:para>its the string param, taking in.... a string..</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">Object</command:parameterValue>
<dev:type>
<maml:name>Object</maml:name>
<maml:uri/>
</dev:type>
<dev:defaultValue>no default</dev:defaultValue>
</command:parameter>
<command:parameter required="false" variableLength="false" globbing="false" pipelineInput="false" position="named">
<maml:name>Param2</maml:name>
<maml:description>
<maml:para>im just a lonely int that no one cares about</maml:para>
</maml:description>
<command:parameterValue required="true" variableLength="false">Int32</command:parameterValue>
<dev:type>
<maml:name>Int32</maml:name>
<maml:uri/>
</dev:type>
<dev:defaultValue></dev:defaultValue>
</command:parameter>
</command:parameters>
<command:inputTypes>
<command:inputType>
<dev:type>
<maml:name>system.string</maml:name>
<maml:uri>https://msdn.microsoft.com/en-us/library/system.string.aspx</maml:uri>
<maml:description/>
</dev:type>
<maml:description>
<maml:para>param1 is a string</maml:para>
</maml:description>
</command:inputType>
<command:inputType>
<dev:type>
<maml:name>system.int32</maml:name>
<maml:uri>https://msdn.microsoft.com/en-us/library/system.int32.aspx</maml:uri>
<maml:description/>
</dev:type>
<maml:description>
<maml:para> param2 is an int(32)</maml:para>
</maml:description>
</command:inputType>
</command:inputTypes>
<command:returnValues>
<command:returnValue>
<dev:type>
<maml:name>system.int</maml:name>
<maml:uri>https://msdn.microsoft.com/en-us/library/system.int32.aspx</maml:uri>
<maml:description/>
</dev:type>
<maml:description>
<maml:para>an int is short for int32</maml:para>
</maml:description>
</command:returnValue>
</command:returnValues>
<command:terminatingErrors></command:terminatingErrors>
<command:nonTerminatingErrors></command:nonTerminatingErrors>
<maml:alertSet>
<maml:title></maml:title>
<maml:alert>
<maml:para>here are some notes</maml:para>
</maml:alert>
</maml:alertSet>
<command:examples>
<command:example>
<maml:title>-------------------------- short example --------------------------</maml:title>
<maml:introduction>
<maml:paragraph>PS C:\></maml:paragraph>
</maml:introduction>
<dev:code>get-test "asdb"</dev:code>
<dev:remarks>
<maml:para>shot example here, blah blah</maml:para>
<maml:para />
<maml:para />
<maml:para>123</maml:para>
</dev:remarks>
<command:commandLines>
<command:commandLine>
<command:commandText>
<maml:para />
</command:commandText>
</command:commandLine>
</command:commandLines>
</command:example>
<command:example>
<maml:title>-------------------------- complex example --------------------------</maml:title>
<maml:introduction>
<maml:paragraph>PS C:\></maml:paragraph>
</maml:introduction>
<dev:code>get-test -param1 "abc" -param2 123</dev:code>
<dev:remarks>
<maml:para>i dont know, just more stuff</maml:para>
<maml:para />
<maml:para />
<maml:para>321</maml:para>
</dev:remarks>
<command:commandLines>
<command:commandLine>
<command:commandText>
<maml:para />
</command:commandText>
</command:commandLine>
</command:commandLines>
</command:example>
</command:examples>
<maml:relatedLinks>
<maml:navigationLink>
<maml:linkText>Set-Test</maml:linkText>
<maml:uri>http://localhost/set-test</maml:uri>
</maml:navigationLink>
</maml:relatedLinks>
</command:command>
</helpItems>