Skip to content

Commit

Permalink
docs: add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
spatocode committed Sep 23, 2023
1 parent 0d697e7 commit 679dcff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jerm.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,8 @@ func (p *Project) archivePackage(archivePath, dir string) (int64, error) {
return info.Size(), err
}

// Configure sets up Jerm using jerm.json configuration file.
// If the configuration file is not found, it prompts the user for setup.
func Configure(configFile string) (*config.Config, error) {
cfg, err := ReadConfig(configFile)
if err != nil {
Expand Down

0 comments on commit 679dcff

Please sign in to comment.