Add status command
This commit is contained in:
parent
2b4c6d3318
commit
e26879425f
9 changed files with 589 additions and 10 deletions
|
|
@ -14,6 +14,7 @@ type RepositoryConfig struct {
|
|||
type CliArguments struct {
|
||||
ConfigurationFile string
|
||||
Sync bool
|
||||
Status bool
|
||||
Version bool
|
||||
Color bool
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue