svn:ignore command

This commit is contained in:
aaron-jack-manning
2022-08-31 08:45:37 +10:00
parent ac9f0a5532
commit cd0fdbed3f
3 changed files with 23 additions and 3 deletions

View File

@@ -72,6 +72,9 @@ pub enum Command {
#[clap(flatten)]
options : ListOptions,
},
/// Adds the recommended svn:ignore property to the top level of the vault.
#[clap(name="svn:ignore")]
SvnIgnore,
/// For tracking time against a task.
Track {
id_or_name : String,