mirror of
https://github.com/go-task/task.git
synced 2025-06-17 00:17:51 +02:00
Add --init flag to create a new Taskfile
This commit is contained in:
@ -9,7 +9,7 @@ type taskFileNotFound struct {
|
||||
}
|
||||
|
||||
func (err taskFileNotFound) Error() string {
|
||||
return fmt.Sprintf(`task: No task file found (is it named "%s"?)`, err.taskFile)
|
||||
return fmt.Sprintf(`task: No task file found (is it named "%s"?). Use "task --init" to create a new one`, err.taskFile)
|
||||
}
|
||||
|
||||
type taskNotFoundError struct {
|
||||
|
Reference in New Issue
Block a user