mirror of
https://github.com/go-task/task.git
synced 2026-06-11 09:51:50 +00:00
chore: generalise the usage message
This commit is contained in:
committed by
Andrey Nering
parent
a452f0b4bd
commit
06727c3892
@@ -21,7 +21,7 @@ import (
|
||||
"github.com/go-task/task/v3/taskfile"
|
||||
)
|
||||
|
||||
const usage = `Usage: task [-ilfwvsd] [--init] [--list] [--force] [--watch] [--verbose] [--silent] [--dir] [--taskfile] [--dry] [--summary] [task...]
|
||||
const usage = `Usage: task [flags...] [task...]
|
||||
|
||||
Runs the specified task(s). Falls back to the "default" task if no task name
|
||||
was specified, or lists all tasks if an unknown task name was specified.
|
||||
|
||||
Reference in New Issue
Block a user