From ae7b343cde93bf59d2e3c7f6316d41c1474dd081 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 5 Oct 2025 17:40:32 +0900 Subject: hst: reword and move constants These values are considered part of the stable, exported API, so move them to hst. Signed-off-by: Ophestra --- dist/comp/_hakurei | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dist/comp') diff --git a/dist/comp/_hakurei b/dist/comp/_hakurei index a8554268..7f3974b8 100644 --- a/dist/comp/_hakurei +++ b/dist/comp/_hakurei @@ -54,8 +54,8 @@ __hakurei_instances() { { local -a _hakurei_cmds _hakurei_cmds=( - "app:Load app from configuration file" - "run:Configure and start a permissive default sandbox" + "app:Load and start container from configuration file" + "run:Configure and start a permissive container" "show:Show live or local app configuration" "ps:List active instances" "version:Display version information" -- cgit v1.3.1