cm0002@literature.cafe to Linux@programming.dev · 22 days agoThe PowerShell Manifesto Radicalized Memedium.comexternal-linkmessage-square7linkfedilinkarrow-up166cross-posted to: [email protected][email protected][email protected]
arrow-up166external-linkThe PowerShell Manifesto Radicalized Memedium.comcm0002@literature.cafe to Linux@programming.dev · 22 days agomessage-square7linkfedilinkcross-posted to: [email protected][email protected][email protected]
minus-squarenottelling@lemmy.worldlinkfedilinkEnglisharrow-up12·21 days 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.