package
Version:
v0.9.0
Opens a new window with list of versions in this module.
Published: Sep 22, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
New returns a new instance of cobra.Command for tfvar. Usage:
c, sync := cmd.New(os.Stdout)
if err := c.Execute(); err != nil {
log.Fatal(err)
}
sync()
Source Files
¶
Click to show internal directories.
Click to hide internal directories.