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
pub mod auth_client;
pub mod command_utils;
pub mod display_options;
pub mod formatter;
pub mod output_options;
pub mod table;
pub mod user_operations;
pub mod utils;
pub mod world_tags;