Skip to content

synesissoftware/CLASP.Go

Repository files navigation

CLASP.Go

Command-Line Argument Sorting and Parsing for Go

Introduction

CLASP stands for Command-Line Argument Sorting and Parsing. The first CLASP library was a C library with a C++ wrapper. There have been several implementations in other languages. CLASP.Go is the Go version.

Table of Contents

  1. Introduction
  2. Installation
  3. Components
  4. Examples
  5. Project Information

Introduction

T.B.C.

Installation

import clasp "github.com/synesissoftware/CLASP.Go"

Components

TBC

Examples

Examples are provided in the examples directory, along with a markdown description for each. A detailed list TOC of them is provided in EXAMPLES.md.

Project Information

Where to get help

GitHub Page

Contribution guidelines

Defect reports, feature requests, and pull requests are welcome on https://github.com/synesissoftware/CLASP.Go.

Dependencies

None

Development/Testing Dependencies

Related projects

CLASP.Ruby is inspired by the C/C++ CLASP library, which is documented in the articles:

Other CLASP libraries include:

Projects in which CLASP.Go is used include:

CLASP.Go is used in the libCLImate.Go library.

License

CLASP.Go is released under the 3-clause BSD license. See LICENSE for details.

About

Command-Line Argument Sorting and Parsing, for Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages