kennethreitz / kennethreitz/bake

Verbose mode

Open
#21 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
638
Forks
24
PR merge metrics
No merged PRs in 30d

Description

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

```Makefile
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.

Contributor guide

No contributing guide indexed for this repository

Research direction

Begin at the CLI handling for `bake --verbose echo` and compare it with the existing `--debug` option. Done means commands are printed before execution in the demonstrated format, without exposing the internal debug output described in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, shell
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.