agent-rules-tool 0.1.0-rc.2

Lint and migrate agent rules per agent-rules-spec
Documentation
1
2
3
4
5
6
7
use agent_rules_tool::cli::Cli;
use clap::CommandFactory;

#[test]
fn test_cli_builds() {
    Cli::command().debug_assert();
}