wip: improve invoice generation logic

This commit is contained in:
2025-08-14 20:00:21 +01:00
parent a85e13e17d
commit 7f4da2f606
10 changed files with 165 additions and 42 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ to quickly create a Cobra application.`,
// Uncomment the following line if your bare application
// has an action associated with it:
Run: func(cmd *cobra.Command, args []string) {
dir, err := lib.GetConfigDirectory()
dir, err := lib.GetConfigDirectoryPath()
if err != nil {
log.Fatal(err)