From 8f3701a1af79f6bd3f11a72af6abaaa820c7a511 Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Sun, 30 Oct 2022 01:07:40 +0000 Subject: [PATCH] sef kind default. --- examples/cli/CLI.ps1 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/cli/CLI.ps1 b/examples/cli/CLI.ps1 index c55bb49..5ee926b 100644 --- a/examples/cli/CLI.ps1 +++ b/examples/cli/CLI.ps1 @@ -1,8 +1,7 @@ param( [switch]$interactive, [switch]$output, - [Parameter(Mandatory)] - [String]$kind, + [String]$kind="banana", [String[]]$script = @() )