aboutsummaryrefslogtreecommitdiff
path: root/src/flag/flag_test.go
AgeCommit message (Expand)Author
2021-03-10flag: panic if flag name begins with - or contains =KimMachineGun
2020-10-20all: update references to symbols moved from io/ioutil to ioRuss Cox
2020-09-16flag: add FuncCarl Johnson
2020-04-03flag: fix TestExitCode on Plan 9David du Colombier
2020-04-03flag: exit 0 when -h or -help invoked but undefinedShang Jian Ding
2018-10-19flag: return a consistent parse error if the flag value is invalidRob Pike
2018-04-01flag: correct zero values when printing defaultsjimmyfrasche
2017-10-31flag: add (*FlagSet).Name, (*FlagSet).ErrorHandling, export (*FlagSet).OutputTim Cooper
2017-09-28flag: align multi-line usage stringsTim Cooper
2017-08-08flag: make default Usage prefer CommandLine's output over just os.StderrBrad Fitzpatrick
2017-03-21flag: validate Int and Uint values to be in rangeBrad Fitzpatrick
2016-05-31flag: recognize "0s" as the zero value for a flag.DurationIan Lance Taylor
2016-04-21flag: update test case (fix build)Robert Griesemer
2015-03-12flag: use four spaces before tab, not threeRuss Cox
2015-03-12flag: nicer usage messagesRob Pike
2014-10-20flag: roll back 156390043 (flag setting)Rob Pike
2014-10-19flag: disallow setting flags multiple timesRob Pike
2014-09-26flag: allow CommandLine's Usage function to be setRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox