-
-
Notifications
You must be signed in to change notification settings - Fork 754
Labels
area: uiChanges related to the UI of Task.Changes related to the UI of Task.
Description
Summary
When initializing a new Taskfile with --init, it prints the whole file contents to the terminal, which I find unnecessarily verbose.
Also, the -s, --silent flags don't seem to affect it at all.
Suggestion
Both:
- make
--inittake--silentinto account and don't print non-error messages if it is present, and - print just the filename instead of the file contents by default:
Taskfile.yml created in the current directory- additionally, hook up
-v, --verboseto print the file contents if the user does want it
- additionally, hook up
Metadata
Metadata
Assignees
Labels
area: uiChanges related to the UI of Task.Changes related to the UI of Task.
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
HeCorr commentedon Jan 22, 2025
@andreynering it's okay to (re-)assign me here as well, I can work on both.