[F] Properly include script resource
This commit is contained in:
parent
86ad1b5ad2
commit
d94585473c
3 changed files with 5 additions and 2 deletions
|
|
@ -124,6 +124,7 @@ def create_config() -> Config:
|
|||
|
||||
def run():
|
||||
parser = argparse.ArgumentParser(description='neofetch with flags <3')
|
||||
parser.parse_args()
|
||||
# TODO: Param overwrite config
|
||||
config = check_config()
|
||||
run_neofetch(PRESETS.get(config.preset))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue