Skip to content

Commit

Permalink
Release cli_options 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pnezis committed May 13, 2024
1 parent 68afbf0 commit b64c5f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cli_options/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [v0.1.0](TODO) (TODO)
## [v0.1.0](https://github.com/sportradar/elixir-workspace/tree/cli_options/v0.1.0) (2024-05-13)

Initial release.
8 changes: 2 additions & 6 deletions cli_options/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ end

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `cli_options` to your list of dependencies in `mix.exs`:
The package can be installed by adding `cli_options` to your list of dependencies
in `mix.exs`:

```elixir
def deps do
Expand All @@ -103,10 +103,6 @@ def deps do
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/cli_options>.

## Acknowledgements

* The awesome [`clap`](https://docs.rs/clap/latest/clap/) Rust CLI parser.
Expand Down

0 comments on commit b64c5f8

Please sign in to comment.