Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add type annotations to toolkit.nu and fix a bug #114

Merged
merged 2 commits into from
Nov 29, 2023
Merged

Conversation

amtoine
Copy link
Owner

@amtoine amtoine commented Nov 29, 2023

this PR adds some type annotations to the toolkit.nu and fixes a bug where running

tk run --interactive

for the first time would give an error

Error:   × Permission denied
    ╭─[/home/amtoine/documents/repos/github.com/amtoine/nu-git-manager/toolkit.nu:58:1]
 58 │
 59 │         "$env.config = {show_banner: false}" | save --force $CONFIG_FILE
    ·                                                             ──────┬─────
    ·                                                                   ╰── No such file or directory (os error 2)
 60 │         "" | save --force $ENV_FILE
    ╰────

@amtoine amtoine added fix A fix for a bug dev Related to the dev experience labels Nov 29, 2023
@amtoine amtoine merged commit 6efdd44 into main Nov 29, 2023
4 checks passed
@amtoine amtoine deleted the toolkit-fixes branch November 29, 2023 18:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev Related to the dev experience fix A fix for a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant