Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
containerscrew committed Dec 23, 2023
1 parent dfd69a9 commit 1883062
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Take a look inside docs [usage](./docs/usage.md)

## Built-in subcommand

`tfsum usage` is subcommand that prints the contents of [usage.md](docs/usage.md) in pretty terminal markdown render
`tftools usage` is subcommand that prints the contents of [usage.md](docs/usage.md) in pretty terminal markdown render

```bash
tftools usage
Expand Down
10 changes: 9 additions & 1 deletion docs/develop.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*

- [Pre-commit install before git push](#pre-commit-install-before-git-push)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# Pre-commit install before git push

```bash
pre-commit install
```
```

0 comments on commit 1883062

Please sign in to comment.