File tree Expand file tree Collapse file tree 13 files changed +0
-13
lines changed
Expand file tree Collapse file tree 13 files changed +0
-13
lines changed Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: MIT
22// SPDX-FileCopyrightText: 2025 Lee Cannon <leecannon@leecannon.xyz>
33
4- /// Is this command enabled for the current target?
54pub const enabled : bool = true ;
65
76pub const command : Command = .{
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: MIT
22// SPDX-FileCopyrightText: 2025 Lee Cannon <leecannon@leecannon.xyz>
33
4- /// Is this command enabled for the current target?
54pub const enabled : bool = true ;
65
76pub const command : Command = .{
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: MIT
22// SPDX-FileCopyrightText: 2025 Lee Cannon <leecannon@leecannon.xyz>
33
4- /// Is this command enabled for the current target?
54pub const enabled : bool = true ;
65
76pub const command : Command = .{
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: MIT
22// SPDX-FileCopyrightText: 2025 Lee Cannon <leecannon@leecannon.xyz>
33
4- /// Is this command enabled for the current target?
54pub const enabled : bool = true ;
65
76pub const command : Command = .{
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: MIT
22// SPDX-FileCopyrightText: 2025 Lee Cannon <leecannon@leecannon.xyz>
33
4- /// Is this command enabled for the current target?
54pub const enabled : bool = switch (shared .target_os ) {
65 .linux , .macos = > true ,
76 .windows = > false ,
Original file line number Diff line number Diff line change 22// SPDX-FileCopyrightText: 2025 Lee Cannon <leecannon@leecannon.xyz>
33// SPDX-FileCopyrightText: 2024 Leon Henrik Plickat
44
5- /// Is this command enabled for the current target?
65pub const enabled : bool = shared .target_os == .linux ; // TODO: support other OSes
76
87pub const command : Command = .{
Original file line number Diff line number Diff line change 1010// - Update the README
1111// - PROFIT
1212
13- /// Is this command enabled for the current target?
1413pub const enabled : bool = true ; // CHANGE THIS - USE `shared.target_os` TO DETERMINE IF THE COMMAND IS ENABLED FOR THE CURRENT TARGET
1514
1615pub const command : Command = .{
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: MIT
22// SPDX-FileCopyrightText: 2025 Lee Cannon <leecannon@leecannon.xyz>
33
4- /// Is this command enabled for the current target?
54pub const enabled : bool = true ;
65
76pub const command : Command = .{
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: MIT
22// SPDX-FileCopyrightText: 2025 Lee Cannon <leecannon@leecannon.xyz>
33
4- /// Is this command enabled for the current target?
54pub const enabled : bool = true ;
65
76pub const command : Command = .{
Original file line number Diff line number Diff line change 11// SPDX-License-Identifier: MIT
22// SPDX-FileCopyrightText: 2025 Lee Cannon <leecannon@leecannon.xyz>
33
4- /// Is this command enabled for the current target?
54pub const enabled : bool = switch (shared .target_os ) {
65 .linux , .macos = > true ,
76 .windows = > false ,
You can’t perform that action at this time.
0 commit comments