loc 0.5.0

Count lines of code (cloc) fast.
Documentation
1
2
3
4
5
6
7
8
9
#!/usr/bin/env pwsh
<#
.Synopsis
    This cmdlet performs no operations.
#>

[CmdletBinding()] # Makes this script behave like a cmdlet
# And here goes the empty parameter list:
param()