const UserInputOption = struct
const UserInputOption = struct { name: []const u8, value: UserValue, used: bool, }