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 ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.