#!/usr/bin/env bash

# Get path to files
MANVEN_PATH=$(python3 -m manven)

# Run the command
python3 $MANVEN_PATH/cli.py $@

# Source anything that needs to be sourced
source $MANVEN_PATH/.to_execute.sh
