dolthub / dolthub/doltcli

print_output is always False

Open
#7 0 comments 0 reactions 1 assignee Claimed by @oscarbatori View on GitHub
Dominant language
Python
Stars
14
Forks
9
PR merge metrics
No merged PRs in 30d

Description

```
In [1]: from doltpy.cli import Dolt

In [2]: dolt = Dolt('.', print_output=True)

In [3]: dolt
Out[3]: Dolt(repo_dir='.', print_output=False)

In [4]: dolt._print_output
Out[4]: True

In [5]: !dolt version
dolt version 0.24.3
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.