Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in CLI docstrings #232

Merged
merged 9 commits into from
May 14, 2024
Prev Previous commit
Next Next commit
docs(cli/generate_docs): remove code comment
Co-authored-by: Leszek Stachowski <leszek.stachowski@clabs.co>
arthurgousset and shazarre authored May 14, 2024
commit 3cb9349ec9ce3c081df8be622ef8d4523707c116
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