usestd::path::PathBuf;useclap::Parser;#[derive(Parser, Debug)]#[command(author, version, about, long_about = None)]/// A tool to manage your key mappings for the river window managerpub(super)structArgs{/// Path to mappings JSON filepubpath:PathBuf,}