Skip to content

Commit

Permalink
Fixed CLI argument parsing
Browse files Browse the repository at this point in the history
Issue #138
  • Loading branch information
Viktor Petukhov committed Oct 3, 2024
1 parent 86f0204 commit b3dacf9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cli/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@ end

Comonicon.from_dict(::Type{DataOptions}, ::Type{Symbol}, s) = Symbol(s)
Comonicon.to_dict(::Type, s::Symbol) = "$s"
Base.tryparse(::Type{Symbol}, s::AbstractString) = Symbol(s)

0 comments on commit b3dacf9

Please sign in to comment.