Skip to content

Commit

Permalink
Merge pull request #10 from DrJosh9000/fix-examples
Browse files Browse the repository at this point in the history
Move example commands into separate dirs
  • Loading branch information
DrJosh9000 authored May 14, 2023
2 parents 72f8469 + 160db6f commit 1cddc62
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/yarndumper.go → cmd/yarndumper/yarndumper.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
//
// Quick usage from the root of the repo:
//
// go run -tags example cmd/yarndumper.go testdata/Example.yarn.yarnc
// go run -tags example cmd/yarndumper/yarndumper.go testdata/Example.yarn.yarnc
//
// The "example" build tag is used to prevent this being installed to ~/go/bin
// if you use the go get command. If for some reason you want to install it to
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions cmd/yarnrunner.go → cmd/yarnrunner/yarnrunner.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
//
// Quick usage from the root of the repo:
//
// go run -tags example cmd/yarnrunner.go \
// --program=testdata/Example.yarn.yarnc
// go run -tags example cmd/yarnrunner/yarnrunner.go \
// --program=cmd/yarnrunner/terminal.yarn.yarnc
//
// The "example" build tag is used to prevent this being installed to ~/go/bin
// if you use the go get command. If for some reason you want to install it to
Expand Down

0 comments on commit 1cddc62

Please sign in to comment.