You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#[test_case("trip example.com --tui-theme foo",Err(anyhow!("error: invalid value 'foo' for '--tui-theme <TUI_THEME>': unknown theme: foo (available themes: light, trippy) For more information, try '--help'."));"invalid tui theme name")]
1577
1591
#[test_case("trip example.com --tui-theme-colors bg-color=0",Err(anyhow!("error: invalid value 'bg-color=0' for '--tui-theme-colors <TUI_THEME_COLORS>': unknown color: 0 For more information, try '--help'."));"invalid tui theme truncated hex value")]
1578
1592
#[test_case("trip example.com --tui-theme-colors bg-color=foo",Err(anyhow!("error: invalid value 'bg-color=foo' for '--tui-theme-colors <TUI_THEME_COLORS>': unknown color: foo For more information, try '--help'. "));"invalid tui theme invalid named color")]
1579
1593
#[test_case("trip example.com --tui-theme-colors foo-color=red",Err(anyhow!("error: invalid value 'foo-color=red' for '--tui-theme-colors <TUI_THEME_COLORS>': Matching variant not found For more information, try '--help'."));"invalid tui theme invalid item")]
0 commit comments