Skip to content
This repository was archived by the owner on Mar 1, 2022. It is now read-only.

Commit fcc633c

Browse files
authored
Update README.md
1 parent e13420e commit fcc633c

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ A Python CLI made for Python 2.
1313

1414
- Command auto-completer
1515
- Easy command addition
16+
- Command arguments
1617
- Plugin support (coming soon!)
1718

1819
## Contributing
@@ -25,14 +26,6 @@ We handle contributions through pull requests on GitHub. Active development is u
2526

2627
There is an example program in the ```programs``` directory.
2728

28-
You can import any script in the internal folder with:
29-
30-
```import internal.scriptname```
31-
32-
Example: ```import internal.extra```
33-
34-
There is a color class in ```internal.extra.colors``` which can be used to display various styles in the command-line.
35-
3629
## Dependencies
3730

3831
This is only usually required on Windows systems.

0 commit comments

Comments
 (0)