Document config file format and options

This commit is contained in:
Joscha 2022-09-01 21:11:53 +02:00
parent 067389efa2
commit 86c128b92d
2 changed files with 84 additions and 0 deletions

View file

@ -61,10 +61,14 @@ impl Default for Command {
#[clap(version)]
struct Args {
/// Path to the config file.
///
/// Relative paths are interpreted relative to the current directory.
#[clap(long, short)]
config: Option<PathBuf>,
/// Path to a directory for cove to store its data in.
///
/// Relative paths are interpreted relative to the current directory.
#[clap(long, short)]
data_dir: Option<PathBuf>,