1 2 3 4 5
use super::Command; pub fn create_mock_limits_command() -> Command { Command::local("mock-limits", "Mock usage limits for testing").argument_hint("[<limits>]") }