diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-09-09 00:32:17 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-09-09 00:32:17 +0900 |
| commit | 7450b0b0bbf6dd3ee21741335190c852dfd6c644 (patch) | |
| tree | e24f57398af7ee579ac0208ca7ed586877e8ee12 /cli.go | |
| parent | 83af555c9775e91990a87aff6a7afda8970b60f1 (diff) | |
app/run: remove bare launch option
This flag serves no use and is only a leftover from Ego.
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'cli.go')
| -rw-r--r-- | cli.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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") |
