default ignore boosts to true because they suck
This commit is contained in:
parent
9d955119f2
commit
6f7edc3b1d
2
swill.go
2
swill.go
|
@ -297,7 +297,7 @@ func userTimeline(f timelineFlags, args []string) error {
|
||||||
func userTimelineCommand() (goutil.CommandFlagsInit, goutil.CommandFunc) {
|
func userTimelineCommand() (goutil.CommandFlagsInit, goutil.CommandFunc) {
|
||||||
f := timelineFlags{}
|
f := timelineFlags{}
|
||||||
flagsInit := func(s *flag.FlagSet) {
|
flagsInit := func(s *flag.FlagSet) {
|
||||||
s.BoolVar(&f.ignoreBoosts, "ignore-boosts", false, "")
|
s.BoolVar(&f.ignoreBoosts, "ignore-boosts", true, "")
|
||||||
}
|
}
|
||||||
return flagsInit, func(args []string) error { return userTimeline(f, args) }
|
return flagsInit, func(args []string) error { return userTimeline(f, args) }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user