Skip to content

Commit

Permalink
add flora-dev-cli as fd-cli alias
Browse files Browse the repository at this point in the history
  • Loading branch information
zqrx committed Sep 10, 2021
1 parent e9c82e3 commit e99cf3c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
],
entry_points={
'console_scripts': [
'fd-cli = fd_cli.fd_cli:main'
'fd-cli = fd_cli.fd_cli:main',
'flora-dev-cli = fd_cli.fd_cli:main'
]
}
)

0 comments on commit e99cf3c

Please sign in to comment.