Variable: eshell-current-argument-plain
eshell-current-argument-plain is a variable defined in esh-arg.el.gz.
Value
nil
Documentation
If non-nil, the current argument is "plain", and not part of a command.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-arg.el.gz
(defvar eshell-current-argument-plain nil
"If non-nil, the current argument is \"plain\", and not part of a command.")