Skip to content

Commit

Permalink
chore: CSharp Hello World ( Fixes #846 )
Browse files Browse the repository at this point in the history
  • Loading branch information
StartAutomating authored and StartAutomating committed Dec 17, 2023
1 parent 4cf3022 commit 40794b4
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions docs/Template.HelloWorld.cs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
Template.HelloWorld.cs
----------------------

### Synopsis
Hello World in CSharp

---

### Description

A Template for Hello World, in CSharp.

---

### Parameters
#### **Message**
The message to print. By default, "hello world".

|Type |Required|Position|PipelineInput |
|----------|--------|--------|---------------------|
|`[String]`|false |1 |true (ByPropertyName)|

---

### Syntax
```PowerShell
Template.HelloWorld.cs [[-Message] <String>] [<CommonParameters>]
```

0 comments on commit 40794b4

Please sign in to comment.