Skip to content

Commit ebb32e3

Browse files
committed
♻️ Remove Constant option
1 parent 1a7cd4d commit ebb32e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
. $PSScriptRoot\options.ps1
22
. $PSScriptRoot\subCommands.ps1
33

4-
Set-Variable -Name cmds -Option Constant -Value @(
4+
Set-Variable -Name cmds -Value @(
55
'add',
66
'audit',
77
'autoclean',

0 commit comments

Comments
 (0)