Improve formatting of basejump
This commit is contained in:
parent
1c875b7f21
commit
14614ec75a
@ -3,6 +3,7 @@ import argparse
|
|||||||
import sys
|
import sys
|
||||||
import logging
|
import logging
|
||||||
import subprocess
|
import subprocess
|
||||||
|
import json
|
||||||
from pprint import pprint
|
from pprint import pprint
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
@ -49,7 +50,7 @@ def main() -> int:
|
|||||||
|
|
||||||
# Print the results
|
# Print the results
|
||||||
logger.info("Found the following repos:")
|
logger.info("Found the following repos:")
|
||||||
pprint(repos)
|
print(json.dumps(repos, indent=4))
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user