Skip to content

Commit 2cf34e9

Browse files
committed
docs: Recommend long flags for readability
1 parent b19f3db commit 2cf34e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

DEVELOPMENT.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ kubectl delete pvc --all -A
202202
### Bash
203203

204204
- See [Googles style guide](https://google.github.io/styleguide/shellguide.html).
205+
- Prefer long versions of flags to improve readability, i.e. `--long-flag` instead of `-f`|
205206

206207
### Markdown
207208

0 commit comments

Comments
 (0)