ctflag

package
v0.0.2 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2023 License: BSD-2-Clause Imports: 3 Imported by: 0

Documentation

Overview

BSD 2-Clause License

Copyright (c) 2022, the ct authors All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

From: https://gitlab.torproject.org/rgdd/ct/-/tree/main/internal/ctflag

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Bool

func Bool(fs *flag.FlagSet, opt *bool, short, long string, value bool)

Bool adds a new bool option to a flag set

func Duration

func Duration(fs *flag.FlagSet, opt *time.Duration, short, long string, value time.Duration)

Duration adds a new duration option to a flag set

func NewFlagSet

func NewFlagSet() flag.FlagSet

NewFlagSet outputs a new flag set that continues on errors without standard library prints (so that the application gets full control of error handling)

func Parse

func Parse(fs flag.FlagSet, args []string) error

Parse tries to parse command-line options into a flag set. Trailing arguments are not permitted, i.e., all options must be parseable flags.

func String

func String(fs *flag.FlagSet, opt *string, short, long, value string)

String adds a new string option to a flag set

func Uint64

func Uint64(fs *flag.FlagSet, opt *uint64, short, long string, value uint64)

Uint64 adds a new uint64 option to a flag set

func WantHelp

func WantHelp(args []string, i int) bool

WantHelp outputs true if the index i is out-of-range, or if the argument at index i starts with "help" or "-"

Types

This section is empty.

Jump to

Keyboard shortcuts

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