Lexical Tools

Global Behavior Option - No Output Message

  • Description:

    This returns a "-No Output-" message when an input produces no output. This message is configurable and is settable in the ${LVG_DIR}/data/config/lvg.properties file, in the variable:

    NO_OUTPUT="-No Output-"

  • Features:
    1. Returns a "-No Output-" message when an input produces no output.


  • Symbol: n

  • Examples:
    shell> lvg -f:Gn -n
    
    Laurant
    Laurant|-No Output-
    
  • Implementation Logic:
    1. Implemented in the LvgCmdApi class.