Documentation
¶
Overview ¶
This file contains a number of 'actions' which are common to many commands. It avoids duplicating things like common bits of resource acquisition across commands, and ensures that error handling is consistent for all of them. This also serves to make the commands much less verbose. When there are errors the only course of action is to stop the command with an appropriate help message. We can therefore capture a lot of the errors that library code throws in here.
Utilities for loading foldctl config with viper. This is distinct from the fold project config!
Index ¶
Constants ¶
View Source
const ( FILE_PERMISSIONS os.FileMode = 0644 DIR_PERMISSIONS os.FileMode = 0755 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.