Skip to content

Commit 80f015a

Browse files
committed
Add shebang to generate-usage.sh
It's necessary for Poetry to know how to execute the file.
1 parent 00248cc commit 80f015a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

generate-usage.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1+
#!/bin/bash
2+
13
typer alga.__main__ utils docs --name alga --title "Available commands" --output usage.md

0 commit comments

Comments
 (0)