Skip to content

Verbose mode #21

@legendecas

Description

@legendecas

It might be useful if the scripts could be ran in verbose mode. In which mode each command would be printed before execute.

echo:
    echo foo

Run bake --verbose echo with above Bakefile:

 + Executing echo:
 |  + echo foo
 |  foo
 + Done.

Alternatives:

I found the --debug option, but it is too verbose to be used in actual usage: it prints bake internal stuff. Also, the option is hidden.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions