-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace all positional arguments with flagged ones (#14)
* Make path a common option to the whole CLI Signed-off-by: Thane Thomson <[email protected]> * Make positional arguments flagged instead Signed-off-by: Thane Thomson <[email protected]> * Rename build:project-type field to build:type in CLI Signed-off-by: Thane Thomson <[email protected]> * Shorten name of init:epilogue-path field to init::epilogue Signed-off-by: Thane Thomson <[email protected]> * Update readme for new CLI changes Signed-off-by: Thane Thomson <[email protected]> * Add .changelog entry Signed-off-by: Thane Thomson <[email protected]> * cargo fmt Signed-off-by: Thane Thomson <[email protected]>
- Loading branch information
1 parent
b28646d
commit d6cdffe
Showing
3 changed files
with
20 additions
and
35 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- All positional CLI arguments have now been replaced with flagged ones. See | ||
`unclog --help` and the project `README.md` for more details. | ||
([#12](https://github.com/informalsystems/unclog/issues/12)) |
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