//
// Copyright (c) 2025-present, Alessandro Gario
// All rights reserved.
//
// This source code is licensed in accordance with the terms specified in
// the LICENSE file found in the root directory of this source tree.
//
use ;
use Args;
/// Open an interactive login shell inside the container.
///
/// Hidden subcommand: invoked by `podcell enter` via `podman exec`. Reads `USERNAME` from
/// the container's environment (set at create time) and execs `sudo -H -i -u $USERNAME`.
/// Handler for the "shell" command.