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
12
13
14
# Clippy configuration for vrcli

# This ensures consistent linting behavior between local development and CI



# Deny warnings to make clippy more strict

warn-on-all-wildcard-imports = true

disallowed-methods = []

disallowed-types = []

disallowed-macros = []



# Cognitive complexity threshold

cognitive-complexity-threshold = 30



# Documentation requirements

missing-docs-in-crate-items = false