Skip to content

fix: create default config when missing#99

Open
nicovaleops wants to merge 1 commit into
ApexOpsStudio:mainfrom
nicovaleops:fix-missing-config
Open

fix: create default config when missing#99
nicovaleops wants to merge 1 commit into
ApexOpsStudio:mainfrom
nicovaleops:fix-missing-config

Conversation

@nicovaleops
Copy link
Copy Markdown

Summary

  • fixes Fix: Crash when config file missing #2 by creating a default ~/.config/task-cli/config.yaml when the config file is missing
  • keeps existing user config content unchanged
  • documents the new missing-config behavior in the README

Validation

  • python3 -m compileall task.py commands test_task.py
  • python3 -m pytest -q4 passed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix: Crash when config file missing

1 participant