We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a654fc4 commit b46d93aCopy full SHA for b46d93a
generate.sh
@@ -9,7 +9,6 @@ done
9
CHANGED=$(echo $X | tr ' ' '\n' | sort | uniq | xargs)
10
11
echo "generating for $CHANGED"
12
-#shellspec $CHANGED
13
-#pip install toml
14
-#pip install pytablewriter
+pip install toml
+pip install pytablewriter
15
python generate.py $CHANGED
0 commit comments