Skip to content

Instantly share code, notes, and snippets.

From 1f366f5e6c0e8919c4424ee16f82e1aef7bed490 Mon Sep 17 00:00:00 2001
From: Filip Van Raemdonck <3830225+sysfs@users.noreply.github.com>
Date: Fri, 26 Jun 2026 12:05:10 +0200
Subject: [PATCH] feat: add a config flag to not clear the terminal on cli exit
---
cli.py | 4 +++-
hermes_cli/config.py | 6 ++++++
2 files changed, 9 insertions(+), 1 deletion(-)
# vim: sw=4 ts=4:
#
# (c) 2003 Gustavo J A M Carneiro gjc at inescporto.pt
# 2004-2005 Filip Van Raemdonck
#
# http://www.daa.com.au/pipermail/pygtk/2003-August/005775.html
# Message-ID: <1062087716.1196.5.camel@emperor.homelinux.net>
# "The license is whatever you want."
import inspect, linecache, pydoc, sys, traceback