Skip to content

Commit 489d244

Browse files
StartAutomatingStartAutomating
authored andcommitted
feat: Neocities HelpOut ( Fixes #8 )
1 parent a977bd9 commit 489d244

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

docs/_data/Help/Get-Neocities.json

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
{
2+
"Synopsis": "Gets neocities information",
3+
"Description": "Gets neocities information from the neocities API, or lists the files in your neocities site.",
4+
"Parameters": [
5+
{
6+
"Name": null,
7+
"Type": null,
8+
"Description": "",
9+
"Required": false,
10+
"Position": 0,
11+
"Aliases": null,
12+
"DefaultValue": null,
13+
"Globbing": false,
14+
"PipelineInput": null,
15+
"variableLength": false
16+
}
17+
],
18+
"Notes": [
19+
null
20+
],
21+
"CommandType": "Function",
22+
"Component": [
23+
null
24+
],
25+
"Inputs": [
26+
null
27+
],
28+
"Outputs": [
29+
null
30+
],
31+
"Links": [],
32+
"Examples": [
33+
{
34+
"Title": "EXAMPLE 1",
35+
"Markdown": "",
36+
"Code": "Get-Neocities"
37+
},
38+
{
39+
"Title": "EXAMPLE 2",
40+
"Markdown": "",
41+
"Code": "Get-Neocities -Credential $neocitiesCredential"
42+
},
43+
{
44+
"Title": "EXAMPLE 3",
45+
"Markdown": "",
46+
"Code": "Get-Neocities -List"
47+
}
48+
]
49+
}

0 commit comments

Comments
 (0)