mirror of
https://github.com/qwjyh/xdbm
synced 2025-07-17 03:59:19 +09:00
(WIP) implement sync
This commit is contained in:
parent
498dd2db9b
commit
d1f7a4787e
3 changed files with 28 additions and 4 deletions
|
@ -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 {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue