-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml-parse: remove --file and read from args
- Loading branch information
1 parent
60269cd
commit 5ff8d8b
Showing
3 changed files
with
87 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
= Changelog | ||
:toc: | ||
|
||
== v0.2.0 Simplify usage | ||
|
||
* Remove -f option to read from file | ||
|
||
[source, diff] | ||
---- | ||
- yaml-parse -f test_data/test.yaml | ||
+ yaml-parse test_data/test.yaml | ||
---- | ||
|
||
* Remove replace directives in go.mod | ||
|
||
== v0.1.0 Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters