Change name
This commit is contained in:
parent
ec4f54cffc
commit
6110b90934
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
# Binary
|
||||
twitstch
|
||||
twimgarc
|
||||
# Configuration
|
||||
twitstch.conf
|
||||
twimgarc.conf
|
||||
|
@ -19,9 +19,9 @@ type AppConfig struct {
|
||||
AppToken string `toml:"app_token"`
|
||||
AppSecret string `toml:"app_secret"`
|
||||
|
||||
PullCount int
|
||||
ForceDownload bool
|
||||
Verbose bool
|
||||
PullCount int `toml:"-"`
|
||||
ForceDownload bool `toml:"-"`
|
||||
Verbose bool `toml:"-"`
|
||||
}
|
||||
|
||||
func NewAppConfig(args []string) (*AppConfig, error) {
|
||||
|
Loading…
Reference in New Issue
Block a user