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

chore: Remove unused bin/ scripts #288

Merged
merged 1 commit into from
Jan 21, 2025

Conversation

pederhan
Copy link
Member

Removes unused bin/ scripts. They are not used for anything. The bundled scripts in pyproject.toml refer to the new shims we created, not the scripts in bin/:

[project.scripts]
zabbix-cli = "zabbix_cli.main:main"
zabbix-cli-init = "zabbix_cli.scripts.init:main"
zabbix-cli-bulk-execution = "zabbix_cli.scripts.bulk_execution:main"

@pederhan pederhan merged commit eb39d6b into unioslo:master Jan 21, 2025
5 checks passed
@pederhan pederhan deleted the remove-unused-bin-files branch January 21, 2025 09:13
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.

1 participant