Skip to content

Commit

Permalink
docs(cli/generate_docs): remove code comment
Browse files Browse the repository at this point in the history
Co-authored-by: Leszek Stachowski <[email protected]>
  • Loading branch information
arthurgousset and shazarre authored May 14, 2024
1 parent 331713f commit 3cb9349
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/cli/generate_docs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env bash
set -e
export COLUMNS=88
# must replace lib with src so docs link to source code
yarn oclif readme --multi --dir=../docs/command-line-interface
sed -i.bak '/^- \[/d' ../docs/command-line-interface/*
rm -rf ../docs/command-line-interface/*.bak
Expand Down

0 comments on commit 3cb9349

Please sign in to comment.