Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ IsLocal
Method
IsLocal
flag.go:196–196 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
194
// to current command
195
type
LocalFlag
interface
{
196
IsLocal() bool
197
}
198
199
func
visibleFlags(fl []Flag) []Flag {
Callers
3
parseFlags
Method · 0.65
VisiblePersistentFlags
Method · 0.65
hasPersistentFlagOnAncestor
Method · 0.65
Implementers
1
BoolWithInverseFlag
flag_bool_with_inverse.go
Calls
no outgoing calls
Tested by
no test coverage detected