|
| 1 | + |
| 2 | +<h1>RSCG nr 238 : TeCLI</h1> |
| 3 | + |
| 4 | +<h2>Info</h2> |
| 5 | +Nuget : <a href="https://www.nuget.org/packages/TeCLI/" target="_blank">https://www.nuget.org/packages/TeCLI/</a> |
| 6 | + |
| 7 | +<p>You can find more details at : <a href="https://github.com/tyevco/TeCLI" target="_blank"> https://github.com/tyevco/TeCLI</a></p> |
| 8 | + |
| 9 | +<p>Author :Tyler Coles</p> |
| 10 | + |
| 11 | +<p>Source: <a href="https://github.com/tyevco/TeCLI" target="_blank">https://github.com/tyevco/TeCLI</a> </p> |
| 12 | + |
| 13 | +<h2>About</h2> |
| 14 | + |
| 15 | +Parse Command line arguments |
| 16 | + |
| 17 | +<h2> |
| 18 | + How to use |
| 19 | +</h2> |
| 20 | +<h3> |
| 21 | + Add reference to the <a href="https://www.nuget.org/packages/TeCLI/" target="_blank">TeCLI</a> in the csproj |
| 22 | +</h3> |
| 23 | +<img src="images/TeCLI/ConsoleDemo.csproj.png" width="580" height="580" /> |
| 24 | + |
| 25 | +<h3>This was for me the <b>starting</b> code</h3> |
| 26 | + |
| 27 | + <br /> |
| 28 | + I have <b>coded</b> the file Program.cs |
| 29 | + <br /> |
| 30 | + <img src="images/TeCLI/csFiles/Program.cs.png" width="580" height="580" /> |
| 31 | + <hr /> |
| 32 | + |
| 33 | + <br /> |
| 34 | + I have <b>coded</b> the file CmdForSum.cs |
| 35 | + <br /> |
| 36 | + <img src="images/TeCLI/csFiles/CmdForSum.cs.png" width="580" height="580" /> |
| 37 | + <hr /> |
| 38 | + <h3>And here are the <i>generated</i> files</h3> |
| 39 | + |
| 40 | + <br /> |
| 41 | + The file <i>generated</i> is CommandDispatcher.Command.CmdForSum.cs |
| 42 | + <br /> |
| 43 | + <img src="images/TeCLI/generated/CommandDispatcher.Command.CmdForSum.cs.png" width="580" height="580" /> |
| 44 | + |
| 45 | + <br /> |
| 46 | + The file <i>generated</i> is CommandDispatcher.Command.CmdForSum.Documentation.cs |
| 47 | + <br /> |
| 48 | + <img src="images/TeCLI/generated/CommandDispatcher.Command.CmdForSum.Documentation.cs.png" width="580" height="580" /> |
| 49 | + |
| 50 | + <br /> |
| 51 | + The file <i>generated</i> is CommandDispatcher.cs |
| 52 | + <br /> |
| 53 | + <img src="images/TeCLI/generated/CommandDispatcher.cs.png" width="580" height="580" /> |
| 54 | + |
| 55 | + <br /> |
| 56 | + The file <i>generated</i> is CommandDispatcher.Documentation.cs |
| 57 | + <br /> |
| 58 | + <img src="images/TeCLI/generated/CommandDispatcher.Documentation.cs.png" width="580" height="580" /> |
| 59 | + |
| 60 | + <br /> |
| 61 | + The file <i>generated</i> is CommandDispatcher.Invoker.cs |
| 62 | + <br /> |
| 63 | + <img src="images/TeCLI/generated/CommandDispatcher.Invoker.cs.png" width="580" height="580" /> |
| 64 | + |
| 65 | + <br /> |
| 66 | + The file <i>generated</i> is CommandDispatcher.Registrations.cs |
| 67 | + <br /> |
| 68 | + <img src="images/TeCLI/generated/CommandDispatcher.Registrations.cs.png" width="580" height="580" /> |
| 69 | + |
| 70 | +<p> |
| 71 | + You can download the code and this page as pdf from |
| 72 | + <a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/TeCLI'> |
| 73 | + https://ignatandrei.github.io/RSCG_Examples/v2/docs/TeCLI |
| 74 | + </a> |
| 75 | +</p> |
| 76 | + |
| 77 | + |
| 78 | +<p> |
| 79 | + You can see the whole list at |
| 80 | + <a target="_blank" href='https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG'> |
| 81 | + https://ignatandrei.github.io/RSCG_Examples/v2/docs/List-of-RSCG |
| 82 | + </a> |
| 83 | +</p> |
| 84 | + |
0 commit comments