Skip to content

Commit 54bf8e7

Browse files
committed
refactor: improve CLI startup output visibility
1 parent 06eedbb commit 54bf8e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

krakenparser/krakenparser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313

1414

1515
def main():
16+
print("KrakenParser by Ilia V. Popov")
1617
logging.basicConfig(level=logging.INFO, format="%(message)s")
1718
package_dir = Path(__file__).resolve().parent
1819

@@ -219,7 +220,6 @@ def _build_cmd(
219220
sys.exit(result.returncode)
220221

221222
# Fallback to usage overview if no actionable arguments were provided
222-
print("KrakenParser by Ilia V. Popov")
223223
parser.print_help()
224224

225225

0 commit comments

Comments
 (0)