Sign in
◑
Theme
go
/
go
/
master
/
.
/
doc
/
next
/
6-stdlib
/
99-minor
/
flag
/
65675.md
blob: 0bab971b0f06806e24f99c475b7ae116b60bc1b8 [
file
] [
view
]
The
new
[
FlagSet
.
All
]
method returns an iterator over all the flags
in
the
FlagSet
;
the
function
[
All
]
does the same
for
the
global
[
CommandLine
]
flag
set
.
The
new
[
Flag
.
IsSet
]
field indicates whether the flag has been
set
.