Skip to content

Commit

Permalink
add alias commands
Browse files Browse the repository at this point in the history
  • Loading branch information
squirrelsc committed Mar 4, 2021
1 parent 0d068ea commit d9cec81
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Expand Up @@ -7,9 +7,6 @@
# python cache
__pycache__

# you can have your own command alias on Windows
lisa.cmd

# it's auto generated by poetry
lisa.egg-info

Expand Down
1 change: 1 addition & 0 deletions lisa.cmd
@@ -0,0 +1 @@
@poetry run python -m lisa.main %*
3 changes: 3 additions & 0 deletions lisa.sh
@@ -0,0 +1,3 @@
#!/bin/sh

poetry run python3 lisa/main.py "$@"

0 comments on commit d9cec81

Please sign in to comment.