We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As example formatting will soon be isolated into it's own module (#127), some newer, simpler examples should take its place.
We can do this by creating a duck type equivalent to hello world.
Aka, create a hashtable like:
[PSCustomObject]@{PSTypeName='Hello.EZOut'}
And allowing it to have a formatter which display a message, as well as a script property and some script methods to manipulate the message content.
The text was updated successfully, but these errors were encountered:
Adding Hello.EZOut.format.ps1 (Fixes #140)
bc0cf62
Adding Hello.EZOut type (Fixes #140)
2135928
9e0062d
057d82f
StartAutomating
No branches or pull requests
As example formatting will soon be isolated into it's own module (#127), some newer, simpler examples should take its place.
We can do this by creating a duck type equivalent to hello world.
Aka, create a hashtable like:
And allowing it to have a formatter which display a message, as well as a script property and some script methods to manipulate the message content.
The text was updated successfully, but these errors were encountered: