[core] Add verbose flag to cli
This commit is contained in:
parent
051dd062ac
commit
4dfdb5a29c
|
@ -41,6 +41,9 @@ if argv[0].endswith('kibicara'):
|
||||||
default='/etc/kibicara.conf',
|
default='/etc/kibicara.conf',
|
||||||
help='path to config file',
|
help='path to config file',
|
||||||
)
|
)
|
||||||
|
parser.add_argument(
|
||||||
|
'-v', '--verbose', action="count", help="Raise verbosity level",
|
||||||
|
)
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue