-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* style(cli): fix typos * chore(cli): adds back `any` type mistakenly deleted by linter Mistakenly deleted by the linter in this commit 7ad2099 when saving. Quick fix was to disable `formatOnSave` in `.vscode/settings.json`: ```diff "[typescript]": { + "editor.formatOnSave": false, - "editor.formatOnSave": true, ``` * fix cli doc gen * regen on new build * docs(cli/generate_docs): remove code comment Co-authored-by: Leszek Stachowski <[email protected]> * docs(cli/generate_docs): remove code comment Co-authored-by: Leszek Stachowski <[email protected]> * docs(cli/generate_docs): remove code comment Co-authored-by: Leszek Stachowski <[email protected]> * docs(cli/generate_docs): remove code comment Co-authored-by: Leszek Stachowski <[email protected]> --------- Co-authored-by: Aaron DeRuvo <[email protected]> Co-authored-by: Leszek Stachowski <[email protected]>
- Loading branch information
1 parent
eeb44f3
commit ee48c33
Showing
13 changed files
with
29 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,6 @@ | ||
#!/usr/bin/env bash | ||
set -e | ||
export COLUMNS=88 | ||
# must replace lib with src so docs link to source code | ||
sed -i -e 's@./lib/commands@./src/commands@g' package.json | ||
yarn oclif readme --multi --dir=../docs/command-line-interface | ||
sed -i.bak '/^- \[/d' ../docs/command-line-interface/* | ||
rm -rf ../docs/command-line-interface/*.bak | ||
# reverse changes to package.json | ||
sed -i -e 's@./src/commands@./lib/commands@g' package.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters