Skip to content

Conversation

@FloSch62
Copy link
Collaborator

Adding typer, refactored folder struct

closes #24

install.sh Outdated
Comment on lines 1 to 12
#!/bin/bash

# Create the wrapper script that preserves the original shell
cat > /usr/local/bin/clab-connector << 'EOF'
#!/usr/bin/env sh
exec uv run clab-connector "$@"
EOF

# Make it executable
chmod +x /usr/local/bin/clab-connector

echo "Installed clab-connector wrapper in /usr/local/bin/" No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like not needed anymore

@FloSch62 FloSch62 marked this pull request as ready for review January 19, 2025 08:20
@FloSch62 FloSch62 merged commit a38d0d1 into main Jan 19, 2025
@FloSch62 FloSch62 deleted the typer branch January 19, 2025 08:21
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.

Use Typer for CLI

2 participants