A command-line argument parser for Odin
To install ClOdin globally, copy the clodin
directory into the shared
directory of your Odin installation, which is where your odin.exe
(or odin
) executable is located.
You can then import ClOdin using import "shared:clodin"
.
To install ClOdin for just one project, copy the clodin
directory into the directory of your project.
You can then import ClOdin using import "clodin"
.
IMPORTANT: Wherever you install ClOdin, make sure that you copy the license as well.
The latest version of ClOdin is written for Odin version dev-2023-11-nightly:ef5eb4b6
, and should be compatible with any version of Odin that is backwards compatible to that version.
See https://github.com/odin-lang/Odin/releases/tag/dev-2023-11.
For the documentation, see DOCUMENTATION.md
.
For the license, see LICENSE
. This license must be included in any forks or copies of ClOdin.