Add status command

This commit is contained in:
Mikołaj Pęczkowski 2021-11-05 18:19:06 +01:00
parent 2b4c6d3318
commit e26879425f
9 changed files with 589 additions and 10 deletions

View file

@ -14,6 +14,7 @@ type RepositoryConfig struct {
type CliArguments struct {
ConfigurationFile string
Sync bool
Status bool
Version bool
Color bool
}