This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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(-) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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 |