cm0002@literature.cafe to Linux@programming.dev · 1 day agoThe PowerShell Manifesto Radicalized Memedium.comexternal-linkmessage-square7fedilinkarrow-up166arrow-down17
arrow-up159arrow-down1external-linkThe PowerShell Manifesto Radicalized Memedium.comcm0002@literature.cafe to Linux@programming.dev · 1 day agomessage-square7fedilink
minus-squarenottelling@lemmy.worldlinkfedilinkEnglisharrow-up12·22 hours agoin Powershell, yes. the cmdlet naming convention is Verb-CamelCase. Only specific verbs are allowed as well. It works if the convention is broken, but it’ll complain when you import them as a module.
in Powershell, yes. the cmdlet naming convention is Verb-CamelCase.
Only specific verbs are allowed as well. It works if the convention is broken, but it’ll complain when you import them as a module.