toml

package
v0.3.0-rc0 Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2024 License: LGPL-3.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

View Source
const GetTOMLCmdExample = "toml get <path_to_config_file> -v section.test=<desired_value>"
View Source
const GetTOMLCmdLong = `Get a specific part of toml configuration. You should specify path of the config file to be edited, ` +
	`section for the attribute and an attribute name.`
View Source
const SetTOMLCmdExample = "toml set <path_to_config_file> -v section.test=<desired_value> -v section.test2='[\"example\",\"array\"]'"
View Source
const SetTOMLCmdLong = `Set a specific part of toml configuration. You should specify path of the config file to be edited, ` +
	`section for the attribute, attribute name and desired value`

Variables

This section is empty.

Functions

func NewCmd

func NewCmd() *cobra.Command

func NewGetCmd

func NewGetCmd() *cobra.Command

func NewSetCmd

func NewSetCmd() *cobra.Command

Types

This section is empty.

Jump to

Keyboard shortcuts

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