vrcli 0.1.1

A command-line interface for the VRChat API that lets you manage friends, users, worlds, and authentication directly from your terminal
Documentation
1
2
3
4
5
6
7
8
9
10
11
// Integration tests for vrcli
// These tests verify the full CLI behavior including argument parsing,
// command execution, and output formatting.

mod integration {
    mod cli_tests;
}

mod fixtures {
    pub mod mock_responses;
}