diff --git a/pkg/terminal/command.go b/pkg/terminal/command.go index 521e12bb..16944726 100644 --- a/pkg/terminal/command.go +++ b/pkg/terminal/command.go @@ -1366,7 +1366,7 @@ type stackArgs struct { func parseStackArgs(argstr string) (stackArgs, error) { r := stackArgs{ - depth: 10, + depth: 50, full: false, } if argstr != "" {