Skip to content

Commit 345e8cf

Browse files
committed
docs: remove out-of-dated explanation of Command
1 parent 4e0a9f4 commit 345e8cf

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

contributing/internals.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -122,17 +122,9 @@ scans and keep performance high.
122122

123123
## Command-Line Support
124124

125-
CodeIgniter has never been known for it's strong CLI support. However,
125+
CodeIgniter has never been known for its strong CLI support. However,
126126
if your package could benefit from it, create a new file under
127-
**system/Commands**. The class contained within is simply a controller
128-
that is intended for CLI usage only. The `index()` method should provide
129-
a list of available commands provided by that package.
130-
131-
Routes must be added to **system/Config/Routes.php** using the `cli()`
132-
method to ensure it is not accessible through the browser, but is
133-
restricted to the CLI only.
134-
135-
See the **MigrationsCommand** file for an example.
127+
**system/Commands**.
136128

137129
## Documentation
138130

0 commit comments

Comments
 (0)