Skip to content

Commit 90a7fc4

Browse files
Drop cmdline package
1 parent 787f08d commit 90a7fc4

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,6 @@ This library partially implements DipDup framework features and can be used for
77

88
## Packages
99

10-
### `cmdline`
11-
12-
Command line argument parser, compatible with [DipDup CLI](https://docs.dipdup.net/command-line).
13-
14-
```go
15-
import "github.com/dipdup-net/go-lib/cmdline"
16-
17-
args := cmdline.Parse()
18-
if args.Help {
19-
return
20-
}
21-
```
22-
2310
### `config`
2411

2512
DipDup YAML [configuration](https://docs.dipdup.net/config-file-reference) parser. You can validate config by `validate` tag from [validator package](https://github.com/go-playground/validator).

0 commit comments

Comments
 (0)