summaryrefslogtreecommitdiff
path: root/src/cmds/out/helpdocs.rs
blob: 72142dbae8b3f129176efadff845c0d0aae90476 (plain)
1
2
3
4
5
6
use serde::Serialize;

#[derive(Serialize)]
pub struct JVHelpdocsOutput {
    pub names: Vec<String>,
}