mirror of
https://github.com/go-task/task.git
synced 2025-06-23 00:38:19 +02:00
feat: add aliases to --json output
This commit is contained in:
committed by
Andrey Nering
parent
edb9dcd284
commit
c5a2e92e5e
@ -11,6 +11,7 @@ type (
|
||||
Name string `json:"name"`
|
||||
Desc string `json:"desc"`
|
||||
Summary string `json:"summary"`
|
||||
Aliases []string `json:"aliases"`
|
||||
UpToDate bool `json:"up_to_date"`
|
||||
Location *Location `json:"location"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user