Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/go-task/task
/ functions
Functions
992 in github.com/go-task/task
⨍
Functions
992
◇
Types & classes
215
Function
None
()
internal/logger/logger.go:45
Function
NormalizedEqual
NormalizedEqual compares two byte slices after normalizing output. This is used as a custom goldie.EqualFn for cross-platform golden file tests.
task_test.go:332
Method
OnError
(t *ast.Task)
internal/fingerprint/sources_none.go:17
Method
OnError
OnError implements the Checker interface
internal/fingerprint/sources_timestamp.go:167
Method
OnError
OnError provides a mock function for the type MockSourcesCheckable
internal/fingerprint/checker_mock.go:222
Method
OnError
OnError is a helper method to define mock.On call - t
internal/fingerprint/checker_mock.go:245
Method
OnError
(t *ast.Task)
internal/fingerprint/sources_checksum.go:80
Function
Owner
(path string)
internal/sysinfo/uid.go:10
Function
PPSortedLines
PPSortedLines sorts the lines of the output of the task. This is useful when the order of the output is not important, but the output is expected to b
task_test.go:305
Method
Parent
()
taskfile/node_base.go:45
Function
Parse
(dir string)
experiments/experiments.go:34
Method
Prompt
Prompt prompts for a variable value, using Select if enum is provided, Text otherwise
internal/input/input.go:80
Method
Read
(p []byte)
internal/execext/devnull.go:11
Method
Read
()
taskfile/node_file.go:52
Method
Read
Read will read the Taskfile defined by the [Reader]'s [Node] and recurse through any [ast.Includes] it finds, reading each included Taskfile and build
taskfile/reader.go:249
Method
Read
()
taskfile/node_git.go:101
Method
Read
()
taskfile/node_http.go:104
Method
Read
()
taskfile/node_stdin.go:31
Function
Red
()
internal/logger/logger.go:75
Method
Remote
()
taskfile/node_git.go:97
Method
Remote
()
taskfile/node_stdin.go:27
Method
ResolveDir
(dir string)
taskfile/node_file.go:82
Method
ResolveDir
(dir string)
taskfile/node_git.go:203
Method
ResolveDir
(dir string)
taskfile/node_http.go:150
Method
ResolveDir
(dir string)
taskfile/node_stdin.go:61
Method
ResolveEntrypoint
(entrypoint string)
taskfile/node_file.go:61
Method
ResolveEntrypoint
(entrypoint string)
taskfile/node_http.go:142
Method
ResolveEntrypoint
(entrypoint string)
taskfile/node_stdin.go:43
Method
Return
(b bool, err error)
internal/fingerprint/checker_mock.go:86
Method
Return
(b bool, err error)
internal/fingerprint/checker_mock.go:167
Method
Return
(err error)
internal/fingerprint/checker_mock.go:256
Method
Return
(v any, err error)
internal/fingerprint/checker_mock.go:312
Method
Run
(run func(ctx context.Context, t *ast.Task))
internal/fingerprint/checker_mock.go:79
Method
Run
(run func(t *ast.Task))
internal/fingerprint/checker_mock.go:160
Method
Run
(run func(t *ast.Task))
internal/fingerprint/checker_mock.go:249
Method
Run
(run func(t *ast.Task))
internal/fingerprint/checker_mock.go:305
Method
RunAndReturn
(run func(ctx context.Context, t *ast.Task) (bool, error))
internal/fingerprint/checker_mock.go:91
Method
RunAndReturn
(run func(t *ast.Task) (bool, error))
internal/fingerprint/checker_mock.go:172
Method
RunAndReturn
(run func() string)
internal/fingerprint/checker_mock.go:216
Method
RunAndReturn
(run func(t *ast.Task) error)
internal/fingerprint/checker_mock.go:261
Method
RunAndReturn
(run func(t *ast.Task) (any, error))
internal/fingerprint/checker_mock.go:317
Method
String
()
experiments/experiment.go:62
Function
TestAbsPath
(t *testing.T)
task_test.go:2781
Function
TestAlias
(t *testing.T)
executor_test.go:710
Function
TestAlphaNumericWithRootTasksFirst_Sort
(t *testing.T)
internal/sort/sorter_test.go:9
Function
TestAlphaNumeric_Sort
(t *testing.T)
internal/sort/sorter_test.go:51
Function
TestArgs
(t *testing.T)
args/args_test.go:14
Function
TestBashShellOptsCommandLevel
(t *testing.T)
task_test.go:2745
Function
TestBashShellOptsGlobalLevel
(t *testing.T)
task_test.go:2713
Function
TestBashShellOptsTaskLevel
(t *testing.T)
task_test.go:2729
Function
TestBuildHTTPClient_CACert
(t *testing.T)
taskfile/node_http_test.go:86
Function
TestBuildHTTPClient_CACertInvalid
(t *testing.T)
taskfile/node_http_test.go:119
Function
TestBuildHTTPClient_CACertNotFound
(t *testing.T)
taskfile/node_http_test.go:110
Function
TestBuildHTTPClient_CertAndKey
(t *testing.T)
taskfile/node_http_test.go:152
Function
TestBuildHTTPClient_CertNotFound
(t *testing.T)
taskfile/node_http_test.go:179
Function
TestBuildHTTPClient_CertWithoutKey
(t *testing.T)
taskfile/node_http_test.go:134
Function
TestBuildHTTPClient_Default
(t *testing.T)
taskfile/node_http_test.go:62
Function
TestBuildHTTPClient_Insecure
(t *testing.T)
taskfile/node_http_test.go:71
Function
TestBuildHTTPClient_InsecureWithCACert
(t *testing.T)
taskfile/node_http_test.go:188
Function
TestBuildHTTPClient_KeyWithoutCert
(t *testing.T)
taskfile/node_http_test.go:143
Function
TestCmdParse
(t *testing.T)
taskfile/ast/taskfile_test.go:13
Function
TestCmdsVariables
(t *testing.T)
task_test.go:851
Function
TestConcurrency
(t *testing.T)
executor_test.go:492
Function
TestConvertEmptySlice
(t *testing.T)
internal/slicesext/slicesext_test.go:65
Function
TestConvertFloatToInt
(t *testing.T)
internal/slicesext/slicesext_test.go:46
Function
TestConvertIntToString
(t *testing.T)
internal/slicesext/slicesext_test.go:9
Function
TestConvertNilSlice
(t *testing.T)
internal/slicesext/slicesext_test.go:75
Function
TestConvertStringToInt
(t *testing.T)
internal/slicesext/slicesext_test.go:26
Function
TestCyclicDep
(t *testing.T)
task_test.go:886
Function
TestDefaultDir
(t *testing.T)
internal/fsext/fs_test.go:11
Function
TestDeferredCmds
(t *testing.T)
task_test.go:2253
Function
TestDeps
(t *testing.T)
executor_test.go:514
Function
TestDisplaysErrorOnVersion1Schema
(t *testing.T)
task_test.go:1932
Function
TestDisplaysErrorOnVersion2Schema
(t *testing.T)
task_test.go:1946
Function
TestDoesNotPrintCommandIfMissing
(t *testing.T)
internal/summary/summary_test.go:88
Function
TestDoesNotPrintDependenciesIfMissing
(t *testing.T)
internal/summary/summary_test.go:42
Function
TestDotenvHasEnvVarInPath
(t *testing.T)
task_test.go:2062
Function
TestDotenvHasLocalEnvInPath
(t *testing.T)
task_test.go:2028
Function
TestDotenvHasLocalVarInPath
(t *testing.T)
task_test.go:2045
Function
TestDotenvShouldAllowMissingEnv
(t *testing.T)
task_test.go:2011
Function
TestDotenvShouldErrorWhenIncludingDependantDotenvs
(t *testing.T)
task_test.go:1995
Function
TestDotenvShouldIncludeAllEnvFiles
(t *testing.T)
task_test.go:1978
Function
TestDry
(t *testing.T)
task_test.go:976
Function
TestDryChecksum
TestDryChecksum tests if the checksum file is not being written to disk if the dry mode is enabled.
task_test.go:1003
Function
TestDynamicVariablesRunOnTheNewCreatedDir
(t *testing.T)
task_test.go:1879
Function
TestDynamicVariablesShouldRunOnTheTaskDir
(t *testing.T)
task_test.go:1912
Function
TestEmptyTask
(t *testing.T)
executor_test.go:220
Function
TestEmptyTaskfile
(t *testing.T)
executor_test.go:229
Function
TestEnv
(t *testing.T)
executor_test.go:240
Function
TestErrorCode
(t *testing.T)
task_test.go:2477
Function
TestEvaluateSymlinksInPaths
(t *testing.T)
task_test.go:2519
Function
TestExitCodeOne
(t *testing.T)
task_test.go:2299
Function
TestExitCodeZero
(t *testing.T)
task_test.go:2283
Function
TestExitImmediately
(t *testing.T)
task_test.go:2158
Function
TestExpand
(t *testing.T)
task_test.go:955
Function
TestFailfast
(t *testing.T)
executor_test.go:1173
Function
TestFileWatch
(t *testing.T)
watch_test.go:22
Function
TestForCmds
(t *testing.T)
executor_test.go:916
Function
TestForDeps
(t *testing.T)
executor_test.go:959
Function
TestForce
(t *testing.T)
task_test.go:2917
← previous
next →
601–700 of 992, ranked by callers