mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-06 03:22:23 -08:00
Add aliases for repo-to-text and --create-settings
Fixes #11 Add aliases for `repo-to-text` and `--create-settings`. * **setup.py** - Add alias `flatten` for `repo-to-text` in `entry_points`. * **repo_to_text/main.py** - Add alias `--init` for `--create-settings` in `argparse` setup. * **README.md** - Update usage documentation to include alias `flatten` for `repo-to-text`. - Update usage documentation to include alias `--init` for `--create-settings`. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/kirill-markin/repo-to-text/issues/11?shareId=XXXX-XXXX-XXXX-XXXX).
This commit is contained in:
parent
ad36a75a7a
commit
3e236d7508
3 changed files with 15 additions and 2 deletions
1
setup.py
1
setup.py
|
|
@ -19,6 +19,7 @@ setup(
|
|||
entry_points={
|
||||
'console_scripts': [
|
||||
'repo-to-text=repo_to_text.main:main',
|
||||
'flatten=repo_to_text.main:main',
|
||||
],
|
||||
},
|
||||
classifiers=[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue