Skip to content

Commit d631e94

Browse files
committed
Update readme
1 parent 5814295 commit d631e94

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,12 @@ You can run [beancount-black](https://github.com/LaunchPlatform/beancount-black)
7676
bh format main.bean
7777
```
7878

79-
Currently, the formatter works mostly the same as beancount-black, except it doesn't create a backup file by default.
80-
We are working on adding new features, such as making it possible to follow Beancount include statements to format all Beancount files.
79+
Without the file arguments, the format command will try to format `main.bean` in the current folder, and it will recursively follow all the `include` statements to format all the bean files.
80+
Like this:
81+
82+
```bash
83+
bh format
84+
```
8185

8286
### More features to come
8387

0 commit comments

Comments
 (0)