Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/UiPath/uipathcli
/ AddHelpFlag
Method
AddHelpFlag
commandline/flag_builder.go:79–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
}
78
79
func
(b *FlagBuilder) AddHelpFlag() *FlagBuilder {
80
b.AddFlag(b.helpFlag())
81
return
b
82
}
83
84
func
(b *FlagBuilder) AddVersionFlag() *FlagBuilder {
85
b.AddFlag(b.versionFlag())
Callers
13
createOperationCommand
Method · 0.80
createCategoryCommand
Method · 0.80
createServiceCommand
Method · 0.80
createAutoCompleteEnableCommand
Method · 0.80
createAutoCompleteCompleteCommand
Method · 0.80
createAutoCompleteCommand
Method · 0.80
createConfigCommand
Method · 0.80
createConfigSetCommand
Method · 0.80
createCacheClearCommand
Method · 0.80
createCacheCommand
Method · 0.80
createOfflineCommand
Method · 0.80
createShowCommand
Method · 0.80
Calls
2
AddFlag
Method · 0.95
helpFlag
Method · 0.95
Tested by
no test coverage detected