Split out help command to separate file (#9392)

This commit is contained in:
Maximilian Downey Twiss
2024-02-27 09:21:11 +11:00
committed by GitHub
parent 6c8f62654f
commit 925a461efb
7 changed files with 255 additions and 210 deletions

View File

@@ -22,6 +22,7 @@ jobs:
yes | crew remove vim && \
cd ../tests && \
./prop_test && \
ruby commands/* && \
cd ~ && \
git clone --depth=1 https://github.com/chromebrew/chromebrew.git build_test && \
cd build_test && \