We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d6bf43 commit 0f88469Copy full SHA for 0f88469
Sources/AppBundle/command/impl/SwapCommand.swift
@@ -3,6 +3,7 @@ import Common
3
4
struct SwapCommand: Command {
5
let args: SwapCmdArgs
6
+ /*conforms*/ let shouldResetClosedWindowsCache: Bool = true
7
8
func run(_ env: CmdEnv, _ io: CmdIo) async throws -> Bool {
9
guard let target = args.resolveTargetOrReportError(env, io) else {
0 commit comments