This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
James Brundage
mrpowershell.bsky.social
did:plc:hlchta7bwmobyum375ltycg5
Today's Random #PowerShell discovery:
You can declare a function with spaces in the name (without the function provider).
Just use backtick:
function hello` world { "hello world" }
& 'hello world'
2024-03-06T20:19:01.076Z