cli

package
v1.0.25 Latest Latest
Warning

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

Go to latest
Published: Mar 11, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

* Copyright (C) 2016-Present Pivotal Software, Inc. All rights reserved. * * This program and the accompanying materials are made available under * the terms of the under the Apache License, Version 2.0 (the "License”); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License.

Index

Constants

View Source
const CfInstanceIndexUsage = "" /* 137-byte string literal not displayed */
View Source
const FileNameUsage = "A text file (with UTF-8 encoding) whose contents are to be encrypted. Cannot be used with VALUE_TO_ENCRYPT parameter."

Variables

This section is empty.

Functions

func ParseFlags

func ParseFlags(args []string) (*int, []string, error)

func ParseNoFlags added in v1.0.1

func ParseNoFlags(args []string) ([]string, error)

func ParseStringFlags added in v1.0.2

func ParseStringFlags(args []string) (string, []string, error)

Types

type ArgConsumer

type ArgConsumer struct {
	// contains filtered or unexported fields
}

func NewArgConsumer

func NewArgConsumer(positionalArgs []string, diagnose DiagnosticFunc) *ArgConsumer

func (*ArgConsumer) CheckAllConsumed

func (ac *ArgConsumer) CheckAllConsumed()

func (*ArgConsumer) Consume

func (ac *ArgConsumer) Consume(arg int, argDescription string) string

func (*ArgConsumer) ConsumeOptional added in v1.0.2

func (ac *ArgConsumer) ConsumeOptional(arg int, argDescription string) string

type DiagnosticFunc

type DiagnosticFunc func(message string, command string)

Jump to

Keyboard shortcuts

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