...

Package app

import "github.com/sigstore/timestamp-authority/cmd/timestamp-cli/app"
Overview
Index
Subdirectories

Overview ▾

func Execute

func Execute()

Execute runs the base CLI

func NewFlagValue

func NewFlagValue(flagType FlagType, defaultVal string) pflag.Value

NewFlagValue creates a new pflag.Value for the specified type with the specified default value. If a default value is not desired, pass "" for defaultVal.

func UserAgent

func UserAgent() string

UserAgent returns the User-Agent string which `timestamp-cli` should send with HTTP requests.

type FlagType

type FlagType string

Subdirectories

Name Synopsis
..
format