cm0002@literature.cafe to Linux@programming.dev · 2 months agoThe PowerShell Manifesto Radicalized Memedium.comexternal-linkmessage-square7linkfedilinkarrow-up165arrow-down17cross-posted to: programmer_humor@programming.dev
arrow-up158arrow-down1external-linkThe PowerShell Manifesto Radicalized Memedium.comcm0002@literature.cafe to Linux@programming.dev · 2 months agomessage-square7linkfedilinkcross-posted to: programmer_humor@programming.dev
minus-squarenottelling@lemmy.worldlinkfedilinkEnglisharrow-up12·2 months 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.