-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
It could be handy to have a CLI tool that uses the bgpstuff client. I'd imagine this would look something like:
[chris@chris-lt01 ~]$ bgpstuff asn_name 6939
'HURRICANE'
Should be easy enough to do with console_scripts in setup.py (assumes CLI script lives in cli.py):
entry_points={
"console_scripts": [
"bgpstuff = bgpstuff.cli:cli",
],
}Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request