Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
michenriksen committed Oct 21, 2023
1 parent 433377f commit dceb129
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@

```console
user@example:~$ pkgdmp -help

pkgdmp v0.2.0
pkgdmp v0.3.0

USAGE:

Expand All @@ -52,6 +51,8 @@ FLAGS:
exclude doc comments [$PKGDMP_NO_DOCS]
-no-env
skip loading of configuration from 'PKGDMP_*' environment variables
-no-tags
exclude struct field tags [$PKGDMP_NO_TAGS]
-only string
comma-separated list of symbol types to include [$PKGDMP_ONLY]
-only-packages string
Expand All @@ -65,7 +66,7 @@ FLAGS:

SYMBOL TYPES:

arrayType, chanType, const, func, funcType, identType, interface, mapType, struct
arrayType, chanType, const, func, funcType, identType, interface, mapType, method, struct

```

Expand Down

0 comments on commit dceb129

Please sign in to comment.