Skip to content

Commit

Permalink
Merge pull request #44410 from ghousemohamed/patch-5
Browse files Browse the repository at this point in the history
Add missing skip options for Rails 7 command line documentation [ci-skip]
  • Loading branch information
jonathanhefner committed Feb 12, 2022
2 parents a32c54e + 680df32 commit dcca6f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion guides/source/command_line.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,16 @@ If you wish to skip some files or components from being generated, you can appen
| `--skip-git` | Skip .gitignore file |
| `--skip-keeps` | Skip source control .keep files |
| `--skip-action-mailer` | Skip Action Mailer files |
| `--skip-action-mailbox` | Skip Action Mailbox gem |
| `--skip-action-text` | Skip Action Text gem |
| `--skip-active-record` | Skip Active Record files |
| `--skip-active-job` | Skip Active Job |
| `--skip-active-storage` | Skip Active Storage files |
| `--skip-action-cable` | Skip Action Cable files |
| `--skip-asset-pipeline` | Skip Asset Pipeline |
| `--skip-javascript` | Skip JavaScript files |
| `--skip-turbolinks` | Skip turbolinks gem |
| `--skip-hotwire` | Skip Hotwire integration |
| `--skip-jbuilder` | Skip jbuilder gem |
| `--skip-test` | Skip test files |
| `--skip-system-test` | Skip system test files |
| `--skip-bootsnap` | Skip bootsnap gem |
Expand Down

0 comments on commit dcca6f2

Please sign in to comment.