Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.
/ fhlug-go Public archive

Commit

Permalink
Updated cli
Browse files Browse the repository at this point in the history
  • Loading branch information
SydoxX committed Apr 17, 2023
1 parent 659364a commit c04fd5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
Convert from JSON to YAML.

## Run
`go run main.go -i data/points.json -o out/points.yaml`
```bash
go get
go run main.go lib.go -i points.json -o points.yaml
```
1 change: 0 additions & 1 deletion src/cli/point.json

This file was deleted.

0 comments on commit c04fd5c

Please sign in to comment.