From 7ad5624a46eb73f1933c2324a7f65e38e3305711 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 25 Mar 2026 16:37:15 +0200 Subject: docs: Add comprehensive Go documentation for REPL functions - Enhanced NewREPL documentation with detailed parameter descriptions - Enhanced RunREPL documentation clarifying it's a convenience wrapper - Improved executor documentation explaining backward compatibility and testing usage - Enhanced defaultExecutor documentation with input processing details and panic recovery - Enhanced defaultCompleter documentation with tab-completion behavior details - Enhanced defaultGetCommandDescription documentation with command description details - Improved TTYChecker methods (IsTTY, EnsureTTY) documentation - Improved SignalHandler.Start method documentation All exported and non-exported functions in the REPL package now have comprehensive documentation comments that describe their purpose, parameters, and return values. --- main | Bin 0 -> 3425628 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100755 main (limited to 'main') diff --git a/main b/main new file mode 100755 index 0000000..be34d40 Binary files /dev/null and b/main differ -- cgit v1.2.3