From 7450b0b0bbf6dd3ee21741335190c852dfd6c644 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Mon, 9 Sep 2024 00:32:17 +0900 Subject: app/run: remove bare launch option This flag serves no use and is only a leftover from Ego. Signed-off-by: Ophestra Umiker --- cli.go | 1 - 1 file changed, 1 deletion(-) (limited to 'cli.go') diff --git a/cli.go b/cli.go index 4f937f91..d1f2de1a 100644 --- a/cli.go +++ b/cli.go @@ -28,7 +28,6 @@ func init() { flag.BoolVar(&app.LaunchOptions[app.LaunchMethodSudo], "sudo", false, "Use 'sudo' to switch user") flag.BoolVar(&app.LaunchOptions[app.LaunchMethodMachineCtl], "machinectl", true, "Use 'machinectl' to switch user") - flag.BoolVar(&app.LaunchOptions[app.LaunchBare], "bare", false, "Only set environment variables for child") flag.BoolVar(&flagVerbose, "v", false, "Verbose output") flag.BoolVar(&printVersion, "V", false, "Print version") -- cgit v1.3.1