package
0.0.0-20220629163752-91be95bcedd2
Repository: https://github.com/pythonian23/pgo.git
Documentation: pkg.go.dev

# README

Flags

A separated package for handling flags and arguments.

# Functions

NewFlags composes a new Flags object from the provided FlagSets.
ReadArgs parses the arguments using the given Flags and returns a copy of the arguments.

# Variables

APIFlagSet contains flags for accessing the API.
GeneralFlagSet contains flags that should be in every command.
IdentityFlagSet contains flags for identifying a desired nation or alliance.

# Structs

Args is a type for holding variables from parsed FlagSets.
Flags is a wrapping type for pflag.FlagSet to allow repeated use of the same flagset.