adds minimal cli for qr code and pushing
- cli generated using typer package, which is added to the setup.py - if optional argument to bump is not passed, the current secret is visualized - if there is an argument, it is pushed as a message to the current sender - adds setup.py command line script which adds a call to the bump.cli:main function passing the cli parameters along - Squashed commits: - commite120815378
- commit3a47ee56bf
- commitaeca052cbc
- commit2294650daa
This commit is contained in:
@ -1,2 +1,3 @@
|
||||
from bump.bump import Bump
|
||||
import bump.cli as cli
|
||||
|
||||
|
Reference in New Issue
Block a user