Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Glyphack/enderpy
/ verify_cli
Function
verify_cli
enderpy/src/cli.rs:34–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
33
#[test]
34
fn verify_cli() {
35
use clap::CommandFactory;
36
Cli::command().debug_assert()
37
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected