mkasberg / script-seed

🌱 Seed scripts for popular (& unpopular) scripting languages.
https://mkasberg.github.io/script-seed/
MIT License
11 stars 23 forks source link

feat($powershell_seed.ps1): create and add the powershell seed to the html #15

Closed cajuuh closed 5 years ago

cajuuh commented 6 years ago

feat($powershell_seed.ps1): create and add the powershell seed to the html

The powershell seed was made pompting the user with no designed prompt like the bash seed itself, all it does is tell the user about the usage and waits for the input.

14

mkasberg commented 6 years ago

Thanks for getting something started here!

In order for the tests to pass, it needs to support basic command line arguments for things like -h. This link should help: https://stackoverflow.com/questions/2157554/how-to-handle-command-line-arguments-in-powershell

Do you want to try to work on that on your own? If not, we can merge this into a powershell branch or something where we can continue developing it before merging it into master.

cajuuh commented 6 years ago

i'll try to work on it on my own, i'm sorry it didn't work the way wanted, also i'm not sure if i understood the issue correctly, i'll give you feedback (or another pull request) when i finish, i'll also check the CI to understand better. anyway thank you

mkasberg commented 6 years ago

No worries :slightly_smiling_face: Happy Hacktoberfest!