Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/urfave/cli
/ Slice
Method
Slice
args.go:21–21 ·
view source on GitHub ↗
Slice returns a copy of the internal slice
()
Source
from the content-addressed store, hash-verified
19
Present() bool
20
// Slice returns a copy of the internal slice
21
Slice() []string
22
}
23
24
type
stringSliceArgs
struct
{
Callers
15
TestCommand_StopOnNthArg
Function · 0.95
TestCommand_StopOnNthArg_WithSubcommands
Function · 0.95
TestCommand_StopOnNthArg_EdgeCases
Function · 0.95
DefaultCompleteWithFlags
Function · 0.65
parseFlags
Method · 0.65
run
Method · 0.65
TestParseAndRunShortOpts
Function · 0.65
TestCommandSkipFlagParsing
Function · 0.65
TestCommand_Run_CustomShellCompleteAcceptsMalformedFlags
Function · 0.65
TestStringFlagTerminator
Function · 0.65
TestBoolFlagTerminator
Function · 0.65
TestEmptyPositionalArgs
Function · 0.65
Implementers
1
stringSliceArgs
args.go
Calls
no outgoing calls
Tested by
11
TestCommand_StopOnNthArg
Function · 0.76
TestCommand_StopOnNthArg_WithSubcommands
Function · 0.76
TestCommand_StopOnNthArg_EdgeCases
Function · 0.76
TestParseAndRunShortOpts
Function · 0.52
TestCommandSkipFlagParsing
Function · 0.52
TestCommand_Run_CustomShellCompleteAcceptsMalformedFlags
Function · 0.52
TestStringFlagTerminator
Function · 0.52
TestBoolFlagTerminator
Function · 0.52
TestEmptyPositionalArgs
Function · 0.52
TestEmptyPositionalArgsAfterFlag
Function · 0.52
TestFlagEqualsEmptyValue
Function · 0.52