Skip to content

Commit

Permalink
Release cli_options 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pnezis committed Oct 18, 2024
1 parent 73c0d4a commit 1c9936f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cli_options/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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/).

## [Unreleased]
## [v0.1.3](https://github.com/sportradar/elixir-workspace/tree/cli_options/v0.1.3) (2024-10-18)

* Support providing repeating arguments with a separator. If you set the `separator`
option for an argument's schema you can pass the values in the format `--arg value1<sep>value2`.
Expand Down
7 changes: 5 additions & 2 deletions cli_options/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule CliOptions.MixProject do
use Mix.Project

@app :cli_options
@version "0.1.2"
@version "0.1.3"
@description "An opinionated cli options parser"
@repo_url "https://github.com/sportradar/elixir-workspace"

Expand Down Expand Up @@ -59,7 +59,10 @@ defmodule CliOptions.MixProject do
[
maintainers: ["Panagiotis Nezis"],
licenses: ["MIT"],
links: %{"GitHub" => @repo_url}
links: %{
"Changelog" => "https://hexdocs.pm/cli_options/changelog.html",
"GitHub" => @repo_url
}
]
end

Expand Down

0 comments on commit 1c9936f

Please sign in to comment.