cmd

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2017 License: Apache-2.0, Apache-2.0 Imports: 13 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCmd = &cobra.Command{
	Use:   "ledgerctl",
	Short: "Query or send commands to the ledger",
	Long:  `Manage, query, and send transactions to the clearchain ledger`,
	Run: func(cmd *cobra.Command, args []string) {

		fmt.Fprintln(os.Stderr, "Run 'ledgerctl --help' for usage.")
	},
}

Functions

func ReadLine

func ReadLine(rd io.Reader) (string, error)

ReadLine reads a single line from a io.Reader.

func ReadLineBytes

func ReadLineBytes(rd io.Reader) ([]byte, error)

ReadLineBytes reads a single line from a io.Reader.

Types

This section is empty.

Jump to

Keyboard shortcuts

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