Ryan Yates
Ryan Yates
@237dmitry - personally I think that it's better to set it in the function definition rather than outside of it as it automatically creates the alias though totally up to...
A few additional things - DontShow isn't documented in `about_functions_advanced_parameters` cc @sdwheeler / @michaeltlombardi - In my time of using PowerShell I've not seen a great usecase for it, though...
Alternatively a change on L780 from false to true would be the simplest way to solve this `This has the side effect of also hiding the common parameters.` https://github.com/PowerShell/PowerShell/blob/9f459c05f617fe530dac340aa546d198724d85da/src/System.Management.Automation/engine/CommandCompletion/CompletionCompleters.cs#L772-L781 However...
>I can see why someone might want to hide the 11 common parameters you get with cmdletbinding in simple functions/scripts that are meant to be used by less technical users....
> Sure you can, but then you miss out on pipeline support, parametersets, and mandatory parameters. Then you want an advanced function/script and not a simple function / script which...
2 key questions - How did you install? - I'm guessing using the MSI or MSIX - How did you upgrade? - i,e, was it via Windows Update or via...
> Can someone assign this issue to me Done and I will review the PR when you are happy for it to be reviewed
This is likely a PSSlack issue that is just being surfaced in PoshBot Can you try using PSSlack and getting all the users in your slack instance via that?
Looking into this as mentioned it is an issue with PSSlack / the actual Slack API implementation for returning users
@andrew can we reopen this please and I'm going to see if there is appetite from the PowerShell community to get this added and if no one else jumps at...