You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 --init take --silent into 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, --verbose to print the file contents if the user does want it
The text was updated successfully, but these errors were encountered:
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:
--init
take--silent
into account and don't print non-error messages if it is present, andTaskfile.yml created in the current directory
-v, --verbose
to print the file contents if the user does want itThe text was updated successfully, but these errors were encountered: