From aaf391bf19b9f1400881e99bce807da71db37df1 Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Mon, 16 Jan 2023 14:17:52 +0100 Subject: [PATCH] armbian-next: mark Vagrant CLI as unimplemented --- lib/functions/cli/cli-vagrant.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/functions/cli/cli-vagrant.sh b/lib/functions/cli/cli-vagrant.sh index 90b67f485c..bb9c3a134b 100644 --- a/lib/functions/cli/cli-vagrant.sh +++ b/lib/functions/cli/cli-vagrant.sh @@ -1,7 +1,8 @@ +# @TODO: Open JIRA. PR's are welcome. Open JIRA! function cli_vagrant_pre_run() { - : + exit_with_error "cli_vagrant_pre_run: not implemented" } function cli_vagrant_run() { - : + exit_with_error "cli_vagrant_run: not implemented" }