(WIP) implement sync

This commit is contained in:
qwjyh 2024-03-13 05:36:37 +09:00
parent 498dd2db9b
commit d1f7a4787e
3 changed files with 28 additions and 4 deletions

View file

@ -45,7 +45,10 @@ pub(crate) enum Commands {
Path {},
/// Sync with git repo.
Sync {},
Sync {
/// Remote name to sync.
remote_name: Option<String>,
},
/// Check config files.
Check {},