Document config file format and options
This commit is contained in:
parent
067389efa2
commit
86c128b92d
2 changed files with 84 additions and 0 deletions
|
|
@ -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>,
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue