Added financial-helper
This commit is contained in:
11
config.yaml
11
config.yaml
@@ -1,4 +1,4 @@
|
|||||||
base: /home/kevinveenbirkenbach/Repositories/
|
base: ~/Repositories/
|
||||||
repos:
|
repos:
|
||||||
- account: kevinveenbirkenbach
|
- account: kevinveenbirkenbach
|
||||||
command: ''
|
command: ''
|
||||||
@@ -9,3 +9,12 @@ repos:
|
|||||||
setup: ''
|
setup: ''
|
||||||
teardown: ''
|
teardown: ''
|
||||||
verified: ''
|
verified: ''
|
||||||
|
- account: kevinveenbirkenbach
|
||||||
|
command: ''
|
||||||
|
description: Helps you to manage tax and financial relevant data
|
||||||
|
provider: github.com
|
||||||
|
replacement: ''
|
||||||
|
repository: financial-helper
|
||||||
|
setup: ''
|
||||||
|
teardown: ''
|
||||||
|
verified: ''
|
||||||
|
|||||||
2
main.py
2
main.py
@@ -312,7 +312,7 @@ def interactive_add(config):
|
|||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
# Load configuration
|
# Load configuration
|
||||||
config = load_config(CONFIG_PATH)
|
config = load_config(CONFIG_PATH)
|
||||||
base_dir = config["base"]
|
base_dir = os.path.expanduser(config["base"])
|
||||||
all_repos_list = config["repos"]
|
all_repos_list = config["repos"]
|
||||||
|
|
||||||
parser = argparse.ArgumentParser(description="Package Manager")
|
parser = argparse.ArgumentParser(description="Package Manager")
|
||||||
|
|||||||
Reference in New Issue
Block a user