Rename project to docspell-cli
This commit is contained in:
@@ -62,13 +62,6 @@ func main() {
|
||||
return
|
||||
}
|
||||
|
||||
fmt.Println("##################### START #####################")
|
||||
fmt.Println(" Docspell Import - v0.3")
|
||||
fmt.Println(" by jacob1123")
|
||||
fmt.Println(" (based on work by totti4ever) ")
|
||||
fmt.Println("#################################################")
|
||||
fmt.Println()
|
||||
|
||||
runImportCommand(cfg, password, os.Args[1:])
|
||||
}
|
||||
|
||||
@@ -79,7 +72,7 @@ func loadConfigAndPassword() (config, string) {
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
configFile := filepath.Join(homeDir, "docspell-import.json")
|
||||
configFile := filepath.Join(homeDir, "docspell-cli.json")
|
||||
configData, err := os.ReadFile(configFile)
|
||||
if err != nil {
|
||||
fmt.Println("Error reading config file:", err)
|
||||
|
||||
Reference in New Issue
Block a user