argexp

package module
v0.0.0-...-2c28675 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 28, 2023 License: MIT Imports: 2 Imported by: 0

README

Do not use this

Also see: https://github.com/qxxt/go-getopt

Documentation

Overview

Example (Basic)
Output:

parsed arguments:
message: this is (") an escape string
number: 123456
url: https://google.com
verbose: true
trace: true
x: true
y: true
z: true

leftover arguments:
"-a"
"-b"
"-c"
"emacs rocks!!"

Index

Examples

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetBool

func GetBool(flags *string, findFlags ...string) (res bool)

func GetString

func GetString(flags *string, findFlag string) (res string)

func Marshall

func Marshall(flags []string) (res string)

func UnMarshall

func UnMarshall(flags *string) (res []string)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL