number

package
v0.17.1 Latest Latest
Warning

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

Go to latest
Published: Oct 16, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

package os contains number related actions

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ActionRange added in v0.12.2

func ActionRange(opts RangeOpts) carapace.Action

ActionRange completes a number range formatted with given (optional) format specifier

ActionRange(RangeOpts{Format: "%02d", Start: 0, End: 59})

Types

type RangeOpts added in v0.12.2

type RangeOpts struct {
	Format string
	Start  int
	End    int
}

Jump to

Keyboard shortcuts

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