[core] Add verbose flag to cli

This commit is contained in:
Martin Rey 2020-07-10 14:26:34 +02:00 committed by acipm
parent 051dd062ac
commit 4dfdb5a29c

View file

@ -41,6 +41,9 @@ if argv[0].endswith('kibicara'):
default='/etc/kibicara.conf',
help='path to config file',
)
parser.add_argument(
'-v', '--verbose', action="count", help="Raise verbosity level",
)
args = parser.parse_args()
try: