Skip to content

Commit

Permalink
Update README to reflect change args
Browse files Browse the repository at this point in the history
  • Loading branch information
danrue committed Jan 2, 2018
1 parent 701a1c2 commit 05f186e
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@ optionally a board name, branch name, and enviornment name.

## Usage

$ skipgen -skipfile examples/skipfile.yaml
skipgen <skipfile.yaml> [--board <boardname>] [--branch <branchname>] [--environment <environmentname]

## Example Usage

$ skipgen examples/skipfile.yaml
seccomp_bpf
$ skipgen -skipfile examples/skipfile.yaml -board x15 -environment production
$ skipgen examples/skipfile.yaml --board x15 --environment production --branch=4.4
test_verifier
test_tag
test_maps
Expand Down Expand Up @@ -35,10 +39,10 @@ Print usage:
`$ go run skipgen.go`

Get default skiplist:
`$ go run skipgen.go -skipfile examples/skipfile.yaml`
`$ go run skipgen.go examples/skipfile.yaml`

Get board and environment-specific skiplist:
`$ go run skipgen.go -skipfile examples/skipfile.yaml -board x15 -environment production`
`$ go run skipgen.go examples/skipfile.yaml --board x15 --environment production`

## Testing

Expand Down

0 comments on commit 05f186e

Please sign in to comment.