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