From 508549128d21d752cb861ac2d65bc8fc89e32555 Mon Sep 17 00:00:00 2001 From: bpc2003 Date: Mon, 26 May 2025 21:41:51 -0400 Subject: Added external commands --- cmds/exit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmds/exit.go') diff --git a/cmds/exit.go b/cmds/exit.go index 52f082a..fc6d852 100644 --- a/cmds/exit.go +++ b/cmds/exit.go @@ -10,7 +10,7 @@ import ( // exit the shell and returns the provided status // if no status is specified returns 0 -func exit(args []string) error { +func Exit(args []string) error { status := global.ReturnCode if len(args) > 1 { var err error -- cgit v1.2.3